From dfc7664775f21bfad046e68e7d1d1325149fa6f6 Mon Sep 17 00:00:00 2001 From: justin Date: Thu, 21 Jul 2016 01:12:00 +0000 Subject: [PATCH] correct git add and commit sequence --- docs/developer/Release/index.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/developer/Release/index.mdwn b/docs/developer/Release/index.mdwn index bee154c0..b5ca6049 100644 --- a/docs/developer/Release/index.mdwn +++ b/docs/developer/Release/index.mdwn @@ -73,10 +73,14 @@ Update OSNAME for mdocml: on master: + git add contrib/mdocml/config.h gnu/usr.bin/groff/tmac/mdoc.local sys/conf/newvers.sh sys/sys/param.h + git commit git push on release: + git add contrib/mdocml/config.h gnu/usr.bin/groff/tmac/mdoc.local sys/conf/newvers.sh sys/sys/param.h etc/Makefile.usr + git commit git push ## Safety check -- 2.41.0