Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (17 loc) · 391 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (17 loc) · 391 Bytes

Contributing

Build

Start

develop$ git-flow release start 4.5.3-rc3

Dist

npm run dist

Commit

Doc

Update README.md, [docs/index.html] if necessary.

Finish

develop$ git flow release finish '4.5.3-rc3'

Release

Go to github and create a release

Publishing

Setup a NPM_AUTH_TOKENenv var used in .npmrc

Then:

npm publish --access=public