From: Sebastian Pipping Date: Fri, 24 Dec 2010 22:13:43 +0000 (+0100) Subject: docs: Fix tag message ("v" prefix was missing) X-Git-Tag: v3.4.10.908~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c451022b9ec7364fd5b7725f2d6e33b1e602fab0;p=genkernel.git docs: Fix tag message ("v" prefix was missing) --- diff --git a/HACKING b/HACKING index f9ff7c5..e2dc322 100644 --- a/HACKING +++ b/HACKING @@ -14,6 +14,6 @@ Phases: Rolling a release: - Bump the version in the main genkernel file. - echangelog commit the bump -- git tag -a -m "Tag release $PV" v${PV} +- git tag -a -m "Tag release v${PV}" v${PV} - make dist - upload genkernel-${PV}.tar.bz2 to the hosting.