Updated Release guidelines (markdown)

Gregor Santner 2016-11-02 18:30:35 +01:00
parent cdb0290499
commit 723477cac6
1 changed files with 15 additions and 12 deletions

@ -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)
* 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
*