Compare commits
5 commits
a4bbe933be
...
10f41ccebf
Author | SHA1 | Date | |
---|---|---|---|
10f41ccebf | |||
e195eaba95 | |||
053e6e76de | |||
ca345e348d | |||
f26c603b19 |
1 changed files with 0 additions and 2 deletions
|
@ -7,14 +7,12 @@
|
||||||
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