-
Notifications
You must be signed in to change notification settings - Fork 5
Releasing Checklist
kanalveli R A edited this page Oct 25, 2021
·
5 revisions
- Ensure the new version is reflected in package.json in master - https://semver.org/
- Draft and publish the release with the version as the tag - https://docs.github.com/en/github/administering-a-repository/managing-releases-in-a-repository
- Deploy addon documentation.
- Pull latest master
- Ensure you've the required SSH credentials setup
- Run
ember deploy production
- Publish to NPM
npm login
-
npm publish --dry-run
to verify the build npm publish