We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323fc90 commit 6db8035Copy full SHA for 6db8035
docs/development/release.md
@@ -9,3 +9,8 @@ Steps to release a new `fractal-web` version:
9
* Execute `git push origin main`
10
* Execute `git push origin <new-version-tag>`
11
* Update the GitHub release page with the information from `CHANGELOG.md`
12
+
13
+> NOTE: Pushing a new version tag (like v5.6.7) triggers [a dedicated GitHub
14
+> action](https://github.com/fractal-analytics-platform/fractal-web/blob/main/.github/workflows/github_release.yaml),
15
+> which also creates build artifacts (based on `npm pack`) and attaches them to
16
+> the GitHub release.
0 commit comments