diff options
author | Alex <alex@adnab.me> | 2023-01-30 17:58:05 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-01-30 17:58:05 +0000 |
commit | 30f1636a00ffc60d1c9ac1d3781ccee21669e54d (patch) | |
tree | 32a6f5e8a5d4e10b70f9f3254cd41164ca85b204 /doc/book/development/release-process.md | |
parent | 4cff37397f626ef063dad29e5b5e97ab1206015d (diff) | |
parent | 8013a5cd584de891f1fa0099f775954ba5bdd82d (diff) | |
download | garage-30f1636a00ffc60d1c9ac1d3781ccee21669e54d.tar.gz garage-30f1636a00ffc60d1c9ac1d3781ccee21669e54d.zip |
Merge pull request 'Documentation updates' (#496) from doc-mention-talks into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/496
Diffstat (limited to 'doc/book/development/release-process.md')
-rw-r--r-- | doc/book/development/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/development/release-process.md b/doc/book/development/release-process.md index f6db971a..3fed4add 100644 --- a/doc/book/development/release-process.md +++ b/doc/book/development/release-process.md @@ -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. |