From becb1e763a563ddc14a67db1628f8f95b21004fe Mon Sep 17 00:00:00 2001 From: Michael Barroco Date: Fri, 4 Oct 2024 21:08:53 +0200 Subject: [PATCH] Add Release version description --- RELEASE.md | 13 +++++++++++++ deploy/RELEASE.md | 1 + 2 files changed, 14 insertions(+) create mode 100644 deploy/RELEASE.md diff --git a/RELEASE.md b/RELEASE.md index 12f314ec1..9535692d8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,16 @@ +# Release versions + +Currently, InterUSS publishes two types of release versions: release candidates and stable versions. Creation of releases is based on Commiters' appreciation. + +Release candidates can be identified by their suffix `-rc*`. Those versions are published for early adopters. + +The source of stable versions is usually a release candidate. + +Release notes can be found on the [releases page](https://github.com/interuss/dss/releases) of this repository. + +To be promoted to stable, a release must be first tested on a DSS Pool composed by two DSS Instances hosted in two separate clouds. The verification is made by running the [prober](https://github.com/interuss/monitoring/tree/main/monitoring/prober) and the [USS qualifier](https://github.com/interuss/monitoring/tree/main/monitoring/uss_qualifier) on both DSS Instances. +Reports are attached to releases on the [releases page](https://github.com/interuss/dss/releases). + # Release Management Releases of the DSS are based on git tags in the format `interuss/dss/v[0-9]+\.[0-9]+\.[0-9]+`, optionally suffixed with `-[0-9A-Za-z-.]+`. This tag form follows the pattern `[owner]/[component]/[semantic version]`; see [semantic version](https://semver.org) for more information. diff --git a/deploy/RELEASE.md b/deploy/RELEASE.md new file mode 100644 index 000000000..4e768b56d --- /dev/null +++ b/deploy/RELEASE.md @@ -0,0 +1 @@ +# \ No newline at end of file