Skip to content

Releasing Checklist

kanalveli R A edited this page Oct 25, 2021 · 5 revisions
  1. Ensure the new version is reflected in package.json in master - https://semver.org/
  2. 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
  3. Deploy addon documentation.
    1. Pull latest master
    2. Ensure you've the required SSH credentials setup
    3. Run ember deploy production
  4. Publish to NPM
    1. npm login
    2. npm publish --dry-run to verify the build
    3. npm publish
Clone this wiki locally