From ffe9517e58560d4bdd7db3cb1f3043affc3222e3 Mon Sep 17 00:00:00 2001 From: Johannes Amorosa Date: Mon, 6 Jul 2020 16:42:37 +0200 Subject: [PATCH] fix: Linted and spellcheckter cwa-versioning file. Signed-off-by: Johannes Amorosa --- .spelling | 2 ++ cwa-versioning.md | 28 +++++++++++++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.spelling b/.spelling index 8c2151f..ebc1385 100644 --- a/.spelling +++ b/.spelling @@ -2,6 +2,7 @@ backend Backend Bundesbeauftragter Bundesnetzagentur +Changelogs Commonmark coronavirus Covid-19 @@ -26,3 +27,4 @@ Telekom TeleTAN tl;dr UI +Versioning diff --git a/cwa-versioning.md b/cwa-versioning.md index 1326f28..d6d7617 100644 --- a/cwa-versioning.md +++ b/cwa-versioning.md @@ -1,21 +1,31 @@ # Versioning -All components of the Corona Warn App use [Semantic versioning](https://semver.org/). -Given a version number MAJOR.MINOR.PATCH, increment the: +All components of the Corona Warn App use [Semantic Versioning](https://semver.org/). + +Given a version number ```MAJOR.MINOR.PATCH```, increment the: - MAJOR version when you make incompatible API changes, - MINOR version when you add functionality in a backwards compatible manner, and - PATCH version when you make backwards compatible bug fixes. -We plan to never deprecate outdated API versions. That means that even on MAJOR version changes our goal is to keep the old API functional. +We plan to never deprecate outdated API versions. That means that even on MAJOR +version changes our goal is to keep the old API functional. -## Maintaining compatible versions +## Maintaining compatible versions -Backend components will always remain compatible due to ongoing the availability of old API versions. +Backend components will always remain compatible due to ongoing the availability +of old API versions. -To ensure that all clients use the current "state of the art" information in order to apply the respective algorithms the cwa-server component can deprecate older Android and iOS app versions. The current minimum required app versions can be viewed in the [App Version Config](https://github.com/corona-warn-app/cwa-server/blob/master/services/distribution/src/main/resources/master-config/app-version-config.yaml). -The `app-version-config` is checked by the mobile clients on a regular basis. When the client detects that the required `min` version is higher than the current installed version, the user will be notified about the need to update the app. The app will not be useable until this update is performed. +To ensure that all clients use the current "state of the art" information in +order to apply the respective algorithms the ```cwa-server``` component can deprecate +older Android and iOS app versions. The current minimum required app versions +can be viewed in the [App Version Configuration](https://github.com/corona-warn-app/cwa-server/blob/master/services/distribution/src/main/resources/master-config/app-version-config.yaml). +The `app-version-config` is checked by the mobile clients on a regular basis. +When the client detects that the required `min` version is higher than the +current installed version, the user will be notified about the need to update +the app. The app will not be usable until this update is performed. +## Changelogs -# Changelogs -Changelogs can be found the in release notes attached to git tags, e.g. [Android App, Version 1.0.3](https://github.com/corona-warn-app/cwa-app-android/releases/tag/1.0.3). +Changelogs can be found the in release notes attached to git tags, e.g. +[Android App, Version 1.0.3](https://github.com/corona-warn-app/cwa-app-android/releases/tag/1.0.3).