Release
Release¶
Steps to release a new fractal-web version:
- Update
CHANGELOG.mdonmainbranch, replacing the "Unreleased" temporary title with the desidered version number - Update the
version-compatibility.mddoc page - Commit the changes
- Execute
npm version <major|minor|patch> - Execute
git push origin main - Execute
git push origin <new-version-tag> - Update the GitHub release page with the information from
CHANGELOG.md
NOTE: Pushing a new version tag (like v5.6.7) triggers a dedicated GitHub action, which also creates build artifacts (based on
npm pack) and attaches them to the GitHub release.