Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr authored Feb 13, 2019
1 parent 4186839 commit 251c7cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Instructions for running a release

1. `npm version _____` (note [semver](https://semver.org/) for deciding if major/minor/patch)
2. `git push --tags`
3. Update the GitHub [release documentation ](https://github.com/Esri/generator-esri-appbuilder-js/releases).
4. After the tests run successfully, `npm pubish`
5. Verify that the new version is correctly published to [npm](https://www.npmjs.com/package/generator-esri-appbuilder-js)
2. `git push`
3. `git push --tags`
4. Update the GitHub [release documentation](https://github.com/Esri/generator-esri-appbuilder-js/releases).
5. After the tests run successfully, `npm pubish`
6. Verify that the new version is correctly published to [npm](https://www.npmjs.com/package/generator-esri-appbuilder-js)

0 comments on commit 251c7cf

Please sign in to comment.