From d3400016a98bbba0338aa502a50095d0a2591837 Mon Sep 17 00:00:00 2001 From: swildner Date: Sat, 27 Oct 2012 01:13:11 -0700 Subject: [PATCH] Add instructions for mdoc.local --- docs/developer/Release/index.mdwn | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/developer/Release/index.mdwn b/docs/developer/Release/index.mdwn index 74b7576..07f061c 100644 --- a/docs/developer/Release/index.mdwn +++ b/docs/developer/Release/index.mdwn @@ -41,7 +41,11 @@ Edit \__DragonFly\_version and related comments. You only need to add a comment Edit BRANCH, use 'RELEASE', update version. e.g. RELEASE_2_8 -On master + vi gnu/usr.bin/groff/tmac/mdoc.local + +In the "Default .Os value" section, bump up the version to that of the release (even minor number). + +On master: vi sys/sys/param.h @@ -51,11 +55,15 @@ Edit \__DragonFly\_version and related comments. Put in commented numbers for t Edit BRANCH, use 'DEVELOPMENT', update version. + vi gnu/usr.bin/groff/tmac/mdoc.local + +In the "Default .Os value" section, bump up the version to that of the master (odd minor number). Additionally, in the "DragonFly releases not found in doc-common" section, add a new line (a la the previous ones) for the new master. + ##Tagging Make sure all changes on the master branch **and** on the new branch have been committed and pushed before tagging anything. - git add sys/sys/param.h sys/conf/newvers.sh + git add sys/sys/param.h sys/conf/newvers.sh gnu/usr.bin/groff/tmac/mdoc.local git commit git push -- 1.7.7.2