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 6acc722 commit 3d32ad0Copy full SHA for 3d32ad0
src/protodec.cr
@@ -19,7 +19,7 @@ require "./protodec/utils"
19
20
CURRENT_BRANCH = {{ "#{`git branch | sed -n '/* /s///p'`.strip}" }}
21
CURRENT_COMMIT = {{ "#{`git rev-list HEAD --max-count=1 --abbrev-commit`.strip}" }}
22
-CURRENT_VERSION = {{ "#{`git describe --tags --abbrev=0`.strip}" }}
+CURRENT_VERSION = {{ "#{`git describe --always --tags --abbrev=0`.strip}" }}
23
24
SOFTWARE = {
25
"name" => "protodec",
0 commit comments