must add to the changelog to integrate

docks66-json-schema
Yanick Champoux 2023-05-11 12:40:27 -04:00
parent c562dd49db
commit 04f9cad771
1 changed files with 7 additions and 4 deletions

View File

@ -41,11 +41,14 @@ tasks:
integrate:
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:
- git is-clean
# did we had tests?
- git diff-ls {{.PARENT_BRANCH}} | grep test
- git checkout {{.PARENT_BRANCH}}
- git weld -
sync: