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 0c78c32 commit aaa5783Copy full SHA for aaa5783
scripts/deploy/publish-docs-content.sh
@@ -40,7 +40,6 @@ commitSha=$(git rev-parse --short HEAD)
40
commitAuthorName=$(git --no-pager show -s --format='%an' HEAD)
41
commitAuthorEmail=$(git --no-pager show -s --format='%ae' HEAD)
42
commitMessage=$(git log --oneline -n 1)
43
-commitTag="${buildVersion}-${commitSha}"
44
45
# Note that we cannot store the commit SHA in its own version segment
46
# as it will not comply with the semver specification. For example:
0 commit comments