We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201c4ce commit e2b4310Copy full SHA for e2b4310
builder-support/gen-version
@@ -71,7 +71,7 @@ if [ ! -z "$(git rev-parse --abbrev-ref HEAD 2> /dev/null)" ]; then
71
fi
72
73
74
- VERSION="${LAST_TAG}.${COMMITS_SINCE_TAG}${BRANCH}.${GIT_HASH}${DIRTY}"
+ VERSION="${LAST_TAG}.${COMMITS_SINCE_TAG}-${BRANCH}.${GIT_HASH}${DIRTY}"
75
76
77
printf $VERSION
0 commit comments