Skip to content

Commit abd4312

Browse files
committed
fix: add missing taskfile for CI
1 parent 9192f15 commit abd4312

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: "3"
2+
3+
tasks:
4+
generate-version-tag:
5+
cmds:
6+
- cmd: git describe --tags --always --first-parent --match "[0-9]*.[0-9]*.[0-9]*"
7+
silent: true
8+
desc: "Use git describe to generate a tag based on the latest release tag"

0 commit comments

Comments
 (0)