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 737561b commit 571075fCopy full SHA for 571075f
docs/development/index.md
@@ -8,3 +8,4 @@ Here are some useful details for `fractal-web` developments:
8
* [Documentation](docs.md)
9
* [Precommit](precommit.md)
10
* [JSON Schema component](json_schemas.md)
11
+* [Release](release.md)
docs/development/release.md
@@ -0,0 +1,8 @@
1
+## Release
2
+
3
+Steps to release a new `fractal-web` version:
4
5
+* Update `CHANGELOG.md` on `main` branch, replacing the "Unreleased" temporary title with the desidered version number
6
+* Execute `npm version <major|minor|patch>`
7
+* Execute `git push origin main`
+* Execute `git push origin <new-version-tag>`
0 commit comments