modify integrate task for changesets

This commit is contained in:
Yanick Champoux 2024-02-27 12:05:00 -05:00
parent 04e6304334
commit 5340575ec7

View File

@ -30,7 +30,7 @@ tasks:
integrate: integrate:
deps: [prettier, test, build] deps: [prettier, test, build]
cmds: cmds:
- echo {{ .FILE_DELTA | catLines }} | grep CHANGELOG.yml - changeset status
- sh: git branch | grep '* {{.PARENT_BRANCH}}' - sh: git branch | grep '* {{.PARENT_BRANCH}}'
msg: not on target msg: not on target
- { task: checkout-clean } - { task: checkout-clean }