Skip to content

Instantly share code, notes, and snippets.

@bugventure
Last active July 16, 2017 22:23
Show Gist options
  • Save bugventure/b2518eb843aa5966183b8d21973a7ba6 to your computer and use it in GitHub Desktop.
Save bugventure/b2518eb843aa5966183b8d21973a7ba6 to your computer and use it in GitHub Desktop.
$ 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