zero-downtime migration procedure

This commit is contained in:
Alex Auvolat
2023-01-30 18:41:04 +01:00
parent 44f8b1d71a
commit 7f715ba94f
3 changed files with 79 additions and 25 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ We define them as our release process.
While we run some tests on every commits, we do not make a release for all of them.
A release can be triggered manually by "promoting" a successful build.
Otherwise, every weeks, a release build is triggered on the `main` branch.
Otherwise, every night, a release build is triggered on the `main` branch.
If the build is from a tag following the regex: `v[0-9]+\.[0-9]+\.[0-9]+`, it will be listed as stable.
If it is a tag but with a different format, it will be listed as Extra.