Last active
July 16, 2017 22:23
-
-
Save bugventure/b2518eb843aa5966183b8d21973a7ba6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mocha | |
update README.md | |
update changelog.md | |
update package.json (bump version manually) | |
$ npm run build | |
$ static . | |
navigate to http://127.0.0.1:8080/test and verify all tests pass in the browser | |
$ git add -A && git commit -m "Prepare vx.x.x" | |
$ git tag vx.x.x | |
$ git push origin master --tags | |
$ npm publish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment