must add to the changelog to integrate
This commit is contained in:
parent
c562dd49db
commit
04f9cad771
11
Taskfile.yml
11
Taskfile.yml
@ -41,11 +41,14 @@ tasks:
|
|||||||
|
|
||||||
integrate:
|
integrate:
|
||||||
deps: [check]
|
deps: [check]
|
||||||
|
preconditions:
|
||||||
|
- sh: git is-clean
|
||||||
|
msg: checkout not clean
|
||||||
|
- sh: git diff-ls {{.PARENT_BRANCH}} | grep test
|
||||||
|
msg: no test was added
|
||||||
|
- sh: git diff-ls {{.PARENT_BRANCH}} | grep CHANGELOG.yml
|
||||||
|
msg: no changelog entry detected
|
||||||
cmds:
|
cmds:
|
||||||
- git is-clean
|
|
||||||
# did we had tests?
|
|
||||||
- git diff-ls {{.PARENT_BRANCH}} | grep test
|
|
||||||
- git checkout {{.PARENT_BRANCH}}
|
|
||||||
- git weld -
|
- git weld -
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
|
Loading…
Reference in New Issue
Block a user