From dc4221eab4e19d9e80ac3aa40be9d0efab3b1afc Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Thu, 11 May 2023 13:19:30 -0400 Subject: [PATCH] checkout the parent branch in the integrate task --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yml b/Taskfile.yml index fe50b02..f06ac62 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -49,6 +49,7 @@ tasks: - sh: git diff-ls {{.PARENT_BRANCH}} | grep CHANGELOG.yml msg: no changelog entry detected cmds: + - git checkout {{.PARENT_BRANCH}} - git weld - sync: