From 48a759cf18380826971ae3dc44dbc0593049d6fd Mon Sep 17 00:00:00 2001 From: justin Date: Mon, 1 Apr 2013 19:21:49 -0700 Subject: [PATCH] Note about rc tagging, so I can not do x.y.1 releases and feel better about myself. --- docs/developer/Release/index.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.41.0