Skip to content

Commit

Permalink
FIX: forces git command to pull also non-annotated tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Feb 14, 2024
1 parent 21fcb94 commit d3409ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/git-version.r
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ context [
if all [system/version/4 = 3 not find get-env "PATH" "git"][return none]

attempt [
temp: parse git "describe --long" "-"
temp: parse git "describe --long --tags" "-"
compose/deep [
context [
branch: (git "rev-parse --abbrev-ref HEAD")
Expand Down

0 comments on commit d3409ba

Please sign in to comment.