diff --git a/Taskfile.yaml b/Taskfile.yaml index d9c6212..9292c7d 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -30,7 +30,7 @@ tasks: integrate: deps: [prettier, test, build] cmds: - - echo {{ .FILE_DELTA | catLines }} | grep CHANGELOG.yml + - changeset status - sh: git branch | grep '* {{.PARENT_BRANCH}}' msg: not on target - { task: checkout-clean }