Skip to content

Commit 6db8035

Browse files
committed
Include note in release docs
1 parent 323fc90 commit 6db8035

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/development/release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ Steps to release a new `fractal-web` version:
99
* Execute `git push origin main`
1010
* Execute `git push origin <new-version-tag>`
1111
* 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

Comments
 (0)