HOWTO-RELEASE: fix final step of bumping to next release version
This commit is contained in:
parent
59658a6c4e
commit
c84a3b0f25
1 changed files with 9 additions and 4 deletions
|
@ -52,9 +52,9 @@ Release procedure
|
||||||
./Build distmeta
|
./Build distmeta
|
||||||
./Build dist
|
./Build dist
|
||||||
|
|
||||||
- Check META.yaml and META.json have the new version number.
|
- Check META.yml and META.json have the new version number.
|
||||||
They already should if the final step of this document was
|
They already should if the final step of this document was
|
||||||
carried out after the previous release was published, but
|
carried out after the previous release was publised, but
|
||||||
if not:
|
if not:
|
||||||
|
|
||||||
git commit -m "Bump version to $version"
|
git commit -m "Bump version to $version"
|
||||||
|
@ -159,8 +159,13 @@ Release procedure
|
||||||
|
|
||||||
version=$( tools/get-version ) && echo $version
|
version=$( tools/get-version ) && echo $version
|
||||||
|
|
||||||
- Repeat the same procedure listed in the Module::Build section
|
- In order to update META.yml and META.json, repeat the same
|
||||||
above, in order to update META.yaml and META.json.
|
procedure listed above, starting at "make distclean" and
|
||||||
|
finishing after "./Build distmeta".
|
||||||
|
|
||||||
|
- Check META.yml and META.json now have the new versions.
|
||||||
|
|
||||||
|
- git add configure.ac META.{yml,json}
|
||||||
|
|
||||||
- git commit -m "Bump version to $version for development of next release"
|
- git commit -m "Bump version to $version for development of next release"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue