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
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