Skip to content

Commit f66d631

Browse files
committed
docs/maintainer-guide.txt: update correct way of setting VERSION_FORCED* files
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 1bfe507 commit f66d631

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/maintainer-guide.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,15 @@ MAINTAINER SANDBOX (to be completed and pushed)
139139
visibly) in the local workspace to be added to the `dist` archive tarball
140140
file (DO NOT add them to git to avoid confusion later, or revert any such
141141
addition after the release -- still has a chance to confuse e.g. branches
142-
made from release tag later)
142+
made from release tag later):
143+
+
144+
----
145+
# Generally may be the nuanced NUT SEMVER; is a triplet for releases
146+
:; echo 'NUT_VERSION_FORCED="2.8.3"' > VERSION_FORCED
147+
148+
# Should always be a triplet
149+
:; echo 'NUT_VERSION_FORCED_SEMVER="2.8.3"' > VERSION_FORCED_SEMVER
150+
----
143151
*** Note that since NUT v2.8.3 this script dictates the version propagated by
144152
the `configure` script, so direct changes of `AC_INIT` there are no longer
145153
needed

0 commit comments

Comments
 (0)