-
Notifications
You must be signed in to change notification settings - Fork 47
releases
Paul Kehle edited this page Jun 25, 2019
·
6 revisions
To publish new releases
- Check out a branch
- Edit version in
package.json
- Add an entry in
CHANGELOG.md
- Run
npm install
again to update package-lock.json - Open PR and merge into
master
git checkout master && git pull origin master
- Ensure
npm run build:demo
completes. - Make sure everything is 👌
- Run the
release.ts
script vianpm run release
- Build and publish the demo app
npm run build:demo && npm run gh-pages
- Update all the official StackBlitz demos
- Edit release on Github