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'
|
version: '3'
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
|
VERSIONFILE: version.txt
|
||||||
RELEASE:
|
RELEASE:
|
||||||
sh: svu next
|
sh: svu next
|
||||||
BRANCH:
|
BRANCH:
|
||||||
sh: git branch --show-current
|
sh: git branch --show-current
|
||||||
COMMIT:
|
COMMIT:
|
||||||
sh: git rev-parse --short --verify {{.BRANCH}}
|
sh: git rev-parse --short --verify {{.BRANCH}}
|
||||||
|
COMMITMSG: "chore: bump version to {{.RELEASE}}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue