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 dcdf606 commit e947205Copy full SHA for e947205
docs/development/release.md
@@ -3,6 +3,8 @@
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
+* Update the `version-compatibility.md` doc page
7
+* Commit the changes
8
* Execute `npm version <major|minor|patch>`
9
* Execute `git push origin main`
10
* Execute `git push origin <new-version-tag>`
docs/version-compatibility.md
@@ -4,5 +4,6 @@ The following table shows which `fractal-server` versions are compatible with wh
| fractal-web | fractal-server |
|-------------|----------------|
-| 0.8.0 | 1.4.2 |
+| 0.8.2 | 1.4.2 |
| 0.8.1 | 1.4.2 |
+| 0.8.0 | 1.4.2 |
0 commit comments