We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daeef13 commit b820b43Copy full SHA for b820b43
1 file changed
docs/convert.sh
@@ -49,6 +49,10 @@ if (( version )); then
49
) | tee version.log
50
fi
51
52
+printf 'branch:\t<%s>\n' "$(git branch --show-current)"
53
+printf 'describe:\t<%s>\n' "$(git describe --tags)"
54
+printf 'rev-parse:\t<%s>\n' "$(git rev-parse HEAD)"
55
+
56
# branch (for usual PR and pushes)
57
branch="$(git branch --show-current)"
58
# fall back on tags if branch was left empty (checked out in grafted/detached head mode, e.g. when testing a tag)
0 commit comments