releases - ncstate-sat/popover GitHub Wiki
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