summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2019-07-28 14:52:16 +0100
committerAdam Spiers <stow@adamspiers.org>2019-07-28 14:52:16 +0100
commitc84a3b0f254a49cdcab897c61e14adf12eea7185 (patch)
tree531c4ea6edc4490277395020478f46f42273025e
parent59658a6c4edd910ca9a678037d3f2b129aedaebe (diff)
downloadstow-c84a3b0f254a49cdcab897c61e14adf12eea7185.tar.gz
HOWTO-RELEASE: fix final step of bumping to next release version
-rw-r--r--doc/HOWTO-RELEASE13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE
index 2b07dca..b488744 100644
--- a/doc/HOWTO-RELEASE
+++ b/doc/HOWTO-RELEASE
@@ -52,9 +52,9 @@ Release procedure
./Build distmeta
./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
- carried out after the previous release was published, but
+ carried out after the previous release was publised, but
if not:
git commit -m "Bump version to $version"
@@ -159,8 +159,13 @@ Release procedure
version=$( tools/get-version ) && echo $version
- - Repeat the same procedure listed in the Module::Build section
- above, in order to update META.yaml and META.json.
+ - In order to update META.yml and META.json, repeat the same
+ 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"