Skip to content

Commit 571075f

Browse files
committed
Added doc page about release steps
1 parent 737561b commit 571075f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/development/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Here are some useful details for `fractal-web` developments:
88
* [Documentation](docs.md)
99
* [Precommit](precommit.md)
1010
* [JSON Schema component](json_schemas.md)
11+
* [Release](release.md)

docs/development/release.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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`
8+
* Execute `git push origin <new-version-tag>`

0 commit comments

Comments
 (0)