Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 631 Bytes

File metadata and controls

14 lines (11 loc) · 631 Bytes

Release steps

  1. Update the version in package.json
  2. Update the version in the dependent packages (so that npm ci succeeds)
  3. Generate the changelog
cd packages/core
conventional-changelog -p angular --tag-prefix "@tymber/core" --commit-path .
  1. In @tymber/core, if one static file has changed, upgrade the version in admin.layout.html (for cache busting)
  2. Commit the changes to package.json and CHANGELOG.md
  3. Create the tag @tymber/core@x.y.z and push it to the GitHub repository. The workflow .github/workflows/publish.yml will safely publish the package to npm using trusted publishing.