From: justin Date: Tue, 2 Apr 2013 02:21:49 +0000 (-0700) Subject: Note about rc tagging, so I can not do x.y.1 releases and feel better about myself. X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/48a759cf18380826971ae3dc44dbc0593049d6fd?ds=sidebyside Note about rc tagging, so I can not do x.y.1 releases and feel better about myself. --- diff --git a/docs/developer/Release/index.mdwn b/docs/developer/Release/index.mdwn index 6d8a2297..db4067b9 100644 --- a/docs/developer/Release/index.mdwn +++ b/docs/developer/Release/index.mdwn @@ -89,10 +89,10 @@ man git-tag for info, the committer needs GPG set up so git tag -s works. Then ###In the new branch - git tag -s -m "DragonFly x.y.0" vx.y.0 + git tag -s -m "DragonFly x.y.0rc" vx.y.0rc git push --tags -Do the x.x.0 immediately. Just before doing the final nrelease build roll a x.x.1 tag for the release branch. Release as x.x.1. +Do the x.x.0rc immediately. Just before doing the final nrelease build roll a x.x.0 tag for the release branch - the same method, just without "rc" for release candidate. Release as x.x.0. A new tag may require a commit beforehand to the release branch to make sure it goes to the right branch.