From 723477cac60a641519783de82e9bbd04cf5afcfd Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Wed, 2 Nov 2016 18:30:35 +0100 Subject: [PATCH] Updated Release guidelines (markdown) --- Release-guidelines.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/Release-guidelines.md b/Release-guidelines.md index 1c504e2..ab02cff 100644 --- a/Release-guidelines.md +++ b/Release-guidelines.md @@ -1,20 +1,23 @@ # Release guidelines ## 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` +* [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` ## Update -- PodList -- Translations files from Crowdin -- Contributors file -- Changelog file +* PodList +* Translations files from Crowdin +* Contributors file +* Changelog file ## 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) \ No newline at end of file +* 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 +* \ No newline at end of file