From ac3557c75c0878e7065d195785ddbd92b3716928 Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Thu, 3 Nov 2016 00:22:17 +0100 Subject: [PATCH] Updated Release guidelines (markdown) --- Release-guidelines.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Release-guidelines.md b/Release-guidelines.md index 248d388..bc01925 100644 --- a/Release-guidelines.md +++ b/Release-guidelines.md @@ -1,25 +1,32 @@ # Release guidelines -## Version naming +## General + +### Version naming * [Semantic Versioning](http://semver.org/) * App Version x.x.x (e.g. v0.2.1) * After release of a version a commmit is pushed changing the version to `-next` * -> `v0.2.1` -> `v0.2.1-next` +## Creating a release -## Update +* Make a new clone of the git repositories (e.g. on `/tmp`) +* Checkout branch `master` + +### Update +* Hint: `diaspora-android-extras/updateAll.sh` * PodList * Translations files from Crowdin * Contributors file * Changelog file -## Test +### Test * Fresh installation of app * Switching pods * Updating app from last version to new release (signed in) * Updating app from last version to new release (not signed in) -## Publishing +### Publishing * Release article on diaspora* * Release apk on GitHub Release page (@gsantner) * F-Droid \ No newline at end of file