From: swildner Date: Sat, 27 Oct 2012 08:13:11 +0000 (-0700) Subject: Add instructions for mdoc.local X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/d3400016a98bbba0338aa502a50095d0a2591837?ds=sidebyside Add instructions for mdoc.local --- diff --git a/docs/developer/Release/index.mdwn b/docs/developer/Release/index.mdwn index 74b7576c..07f061c2 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