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