-
Notifications
You must be signed in to change notification settings - Fork 34
Releasing
Rémy HUBSCHER edited this page Jun 23, 2017
·
5 revisions
- Bump the version number in
package.json
; - Commit with
git commit -a -m "Bump vX.X.X"
; - Create the tag with
git tag vX.X.X
; - Push the commit with
git push
; - Push the tag with
git push origin vX.X.X
; - Publish to the github pages with
npm run publish-to-gh-pages
; - Publish the package to npm with
npm run publish-to-npm
; - Draft a new release with the changelog;
- Done.