Skip to content

Commit e947205

Browse files
committed
Added note about updating version-compatibility table during a release [skip ci]
1 parent dcdf606 commit e947205

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/development/release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Steps to release a new `fractal-web` version:
44

55
* Update `CHANGELOG.md` on `main` branch, replacing the "Unreleased" temporary title with the desidered version number
6+
* Update the `version-compatibility.md` doc page
7+
* Commit the changes
68
* Execute `npm version <major|minor|patch>`
79
* Execute `git push origin main`
810
* Execute `git push origin <new-version-tag>`

docs/version-compatibility.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ The following table shows which `fractal-server` versions are compatible with wh
44

55
| fractal-web | fractal-server |
66
|-------------|----------------|
7-
| 0.8.0 | 1.4.2 |
7+
| 0.8.2 | 1.4.2 |
88
| 0.8.1 | 1.4.2 |
9+
| 0.8.0 | 1.4.2 |

0 commit comments

Comments
 (0)