Skip to content

Commit

Permalink
docs/maintainer-guide.txt: suggest also use of VERSION_FORCED and `…
Browse files Browse the repository at this point in the history
…VERSION_FORCED_SEMVER` files in our release rituals, we have support anyway and want to test it in-vivo [#1949]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jul 29, 2024
1 parent 6ce20fa commit 235bc94
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/maintainer-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ MAINTAINER SANDBOX (to be completed and pushed)

* bump the release identification:
** update the fallback `NUT_DEFAULT_VERSION` in `tools/gitlog2version.sh` to
<exact incremented version> (ex: `2.8.0`)
<exact incremented version> (ex: `2.8.0`), and provide the `VERSION_FORCED`
and `VERSION_FORCED_SEMVER` files (to same effect but more explicitly and
visibly) to be added to the `dist` archive tarball file
*** Experiment if still needed: update version to <exact incremented version>
(ex: 2.8.0) in `configure.ac`, or if the script bump above + git tagging
would suffice:
Expand Down Expand Up @@ -171,7 +173,8 @@ MAINTAINER SANDBOX (to be completed and pushed)

* post-release update of the "in-development" codebase:
** update the fallback `NUT_DEFAULT_VERSION` in `tools/gitlog2version.sh` to
<incremented version>.1 (ex: `2.8.0.1`)
<incremented version>.1 (ex: `2.8.0.1`); remove the `VERSION_FORCED`
and `VERSION_FORCED_SEMVER` files
*** maybe update nut/configure.ac version to <incremented version>.1
(ex: `2.8.0.1`):
----
Expand Down

0 comments on commit 235bc94

Please sign in to comment.