Skip to content

Commit

Permalink
Makefile: change tag_candidate to take from go run . version
Browse files Browse the repository at this point in the history
  • Loading branch information
verzac committed Jan 27, 2024
1 parent 248f6e0 commit 4f2d6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag_candidate = v${shell date +"%Y%m%d"}${suffix}
tag_candidate = ${shell go run . version}

config:
code $(shell go run . where config)
Expand Down

0 comments on commit 4f2d6f7

Please sign in to comment.