mirror of
https://github.com/gsantner/dandelion
synced 2024-11-27 14:52:09 +01:00
Updated Release guidelines (markdown)
parent
cdb0290499
commit
723477cac6
1 changed files with 15 additions and 12 deletions
|
@ -1,20 +1,23 @@
|
||||||
# Release guidelines
|
# Release guidelines
|
||||||
|
|
||||||
## Version naming
|
## Version naming
|
||||||
- [Semantic Versioning](http://semver.org/)
|
* [Semantic Versioning](http://semver.org/)
|
||||||
- App Version x.x.x (e.g. v0.2.1)
|
* App Version x.x.x (e.g. v0.2.1)
|
||||||
- After release of a version a commmit is pushed changing the version to `-next`
|
* After release of a version a commmit is pushed changing the version to `-next`
|
||||||
- -> `v0.2.1` -> `v0.2.1-next`
|
* -> `v0.2.1` -> `v0.2.1-next`
|
||||||
|
|
||||||
|
|
||||||
## Update
|
## Update
|
||||||
- PodList
|
* PodList
|
||||||
- Translations files from Crowdin
|
* Translations files from Crowdin
|
||||||
- Contributors file
|
* Contributors file
|
||||||
- Changelog file
|
* Changelog file
|
||||||
|
|
||||||
## Test
|
## Test
|
||||||
- Fresh installation of app
|
* Fresh installation of app
|
||||||
- Switching pods
|
* Switching pods
|
||||||
- Updating app from last version to new release (signed in)
|
* Updating app from last version to new release (signed in)
|
||||||
- Updating app from last version to new release (not signed in)
|
* Updating app from last version to new release (not signed in)
|
||||||
|
|
||||||
|
## Publishing
|
||||||
|
*
|
Loading…
Reference in a new issue