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