diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |