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 installagain to update package-lock.json - Open PR and merge into
master git checkout master && git pull origin master- Ensure
npm run build:democompletes. - Make sure everything is 👌
- Run the
release.tsscript 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