diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2010-12-24 23:13:43 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2010-12-24 23:13:43 +0100 |
commit | c451022b9ec7364fd5b7725f2d6e33b1e602fab0 (patch) | |
tree | b363b18b6dc8ef4c6e264c29d282a2825c2c3174 /HACKING | |
parent | Implement "make dist" based on git ls-files (diff) | |
download | genkernel-c451022b9ec7364fd5b7725f2d6e33b1e602fab0.tar.gz genkernel-c451022b9ec7364fd5b7725f2d6e33b1e602fab0.tar.bz2 genkernel-c451022b9ec7364fd5b7725f2d6e33b1e602fab0.zip |
docs: Fix tag message ("v" prefix was missing)
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. |