1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-23 21:02:09 +01:00

Updated Release guidelines (markdown)

Gregor Santner 2016-11-03 00:23:16 +01:00
parent ac3557c75c
commit ad41fa800c

@ -5,7 +5,7 @@
### 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 the release of a version a commit has to be pushed - changing the version to `-next`
* -> `v0.2.1` -> `v0.2.1-next` * -> `v0.2.1` -> `v0.2.1-next`
## Creating a release ## Creating a release