Compare commits
5 commits
10f41ccebf
...
a4bbe933be
Author | SHA1 | Date | |
---|---|---|---|
a4bbe933be | |||
ab6e4d493d | |||
cc6c674574 | |||
29db2e0038 | |||
00bac67ce3 |
1 changed files with 2 additions and 0 deletions
|
@ -7,12 +7,14 @@
|
|||
version: '3'
|
||||
|
||||
vars:
|
||||
VERSIONFILE: version.txt
|
||||
RELEASE:
|
||||
sh: svu next
|
||||
BRANCH:
|
||||
sh: git branch --show-current
|
||||
COMMIT:
|
||||
sh: git rev-parse --short --verify {{.BRANCH}}
|
||||
COMMITMSG: "chore: bump version to {{.RELEASE}}"
|
||||
|
||||
tasks:
|
||||
|
||||
|
|
Loading…
Reference in a new issue