Skip to content

Commit

Permalink
tools/gitlog2version.sh: in debug, report also SEMVER [networkupstool…
Browse files Browse the repository at this point in the history
…s#1949]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Aug 2, 2024
1 parent 7b5ca36 commit 9de8f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gitlog2version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ getver_default() {

report_debug() {
# Debug
echo "TRUNK='${NUT_VERSION_GIT_TRUNK-}'; BASE='${BASE}'; DESC='${DESC}' => TAG='${TAG}' + SUFFIX='${SUFFIX}' => VER5='${VER5}' => VER50='${VER50}' => DESC50='${DESC50}'" >&2
echo "SEMVER=${SEMVER}; TRUNK='${NUT_VERSION_GIT_TRUNK-}'; BASE='${BASE}'; DESC='${DESC}' => TAG='${TAG}' + SUFFIX='${SUFFIX}' => VER5='${VER5}' => VER50='${VER50}' => DESC50='${DESC50}'" >&2
}

report_output() {
Expand Down

0 comments on commit 9de8f61

Please sign in to comment.