Skip to content

releases

Paul Kehle edited this page Jun 25, 2019 · 6 revisions

To publish new releases

  1. Check out a branch
  2. Edit version in package.json
  3. Add an entry in CHANGELOG.md
  4. Run npm install again to update package-lock.json
  5. Open PR and merge into master
  6. git checkout master && git pull origin master
  7. Ensure npm run build:demo completes.
  8. Make sure everything is 👌
  9. Run the release.ts script via npm run release
  10. Build and publish the demo app npm run build:demo && npm run gh-pages
  11. Update all the official StackBlitz demos
  12. Edit release on Github
Clone this wiki locally