docs: Fix tag message ("v" prefix was missing)

cleanup-cruft
Sebastian Pipping 14 years ago
parent 9cad6b63e5
commit c451022b9e

@ -14,6 +14,6 @@ Phases:
Rolling a release: Rolling a release:
- Bump the version in the main genkernel file. - Bump the version in the main genkernel file.
- echangelog commit the bump - 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 - make dist
- upload genkernel-${PV}.tar.bz2 to the hosting. - upload genkernel-${PV}.tar.bz2 to the hosting.

Loading…
Cancel
Save