Skip to content

Releasing Checklist

kanalveli R A edited this page Mar 16, 2022 · 5 revisions
  1. Ensure the new version is reflected in package.json in main - 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 main
    2. Ensure you've the required SSH credentials setup
    3. Run ember deploy production
    4. Verify asset path for images. Update if necessary "/assets/ -> "/ember-sequential-render/assets/
  4. Publish to NPM
    1. npm login
    2. npm publish --dry-run to verify the build
    3. npm publish
Clone this wiki locally