Skip to content

Commit 0b23599

Browse files
committed
feat: Add version task to print current project version
1 parent 28d9177 commit 0b23599

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Taskfile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ tasks:
6666
./github.com/openmcp-project/gitops-templates/0.0.2/openmcp
6767
vars:
6868
OUTPUT_DIR: "output"
69+
70+
version:
71+
desc: Prints the current version of the project
72+
cmds:
73+
- cat VERSION

0 commit comments

Comments
 (0)