Enforce sequential hotfix versioning

This commit is contained in:
Jack Grigg
2017-08-31 02:05:07 +01:00
parent df3005f955
commit 24bfc7c6c6
2 changed files with 27 additions and 0 deletions

View File

@@ -1,6 +1,12 @@
Hotfix Release Process
======================
Hotfix releases are versioned by incrementing the build number of the latest
release. For example:
First hotfix: v1.0.11 -> v1.0.11-1
Second hotfix: v1.0.11-1 -> v1.0.11-2
In the commands below, <RELEASE> and <RELEASE_PREV> are prefixed with a v, ie.
v1.0.11 (not 1.0.11).