diff --git a/Release-guidelines.md b/Release-guidelines.md index c17d0f9..29db6b0 100644 --- a/Release-guidelines.md +++ b/Release-guidelines.md @@ -5,7 +5,8 @@ ### Version naming * [Semantic Versioning](http://semver.org/) * App Version x.x.x (e.g. v0.2.1) -* After the release of a version a commit has to be 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` ## Creating a release