From: Sebastian Pipping Date: Sat, 25 Dec 2010 00:49:33 +0000 (+0100) Subject: docs: Mention "git push --tags", add command to copy to the mirror X-Git-Tag: v3.4.11~47 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=79cec1d382771dc707759b8a78c7fb0d4eb5a1a4;p=genkernel.git docs: Mention "git push --tags", add command to copy to the mirror --- diff --git a/HACKING b/HACKING index 1993c7a..b379bf4 100644 --- a/HACKING +++ b/HACKING @@ -15,6 +15,8 @@ Rolling a release: - Bump the version in the main genkernel file. - echangelog commit the bump - git tag -a -m "Tag release v${PV}" v${PV} +- git push ${REMOTE} master --tags - make dist -- upload genkernel-${PV}.tar.bz2 to the hosting. +- upload genkernel-${PV}.tar.bz2 to the hosting: + scp genkernel-${PV}.tar.bz2 ${USER}@dev.gentoo.org:/space/distfiles-local/ - check open bugs with keyword "InSVN" for closability