From 4ee32ec9bcb13ec128935b4021379782b6499e60 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Fri, 26 Jun 2026 13:24:40 +0200 Subject: [PATCH] Publish release policy Signed-off-by: Pablo Zmdl --- release-policy.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 release-policy.md diff --git a/release-policy.md b/release-policy.md new file mode 100644 index 00000000..0afa0b4c --- /dev/null +++ b/release-policy.md @@ -0,0 +1,9 @@ +# Release policy + +We release new versions of this project under the rules of [Semantic Versioning](https://semver.org/). + +A new beta version shall be released roughly every two weeks. In urgent cases it might happen in quicker succession. + +Each beta release gets roughly 7 days to be tested. If during that time no issues arise, the version is promoted to a final release. + +If issues in a beta release are found they are treated with higher priority, and fixes for those issues are published in a new beta release with increased version number. For the former beta release version number no final release gets published. (We don't do multiple beta releases, or release candidates, for a version number.) \ No newline at end of file