From 770c8a0ac9542b3ec9ab9fa5360e235eb3abefbe Mon Sep 17 00:00:00 2001 From: anitarua Date: Fri, 8 Nov 2024 09:52:37 -0800 Subject: [PATCH] chore: release-please workflow should pick up feat, fix, and chore commits --- .github/workflows/on-push-to-main-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on-push-to-main-branch.yml b/.github/workflows/on-push-to-main-branch.yml index a3b4be65..a288bdc6 100644 --- a/.github/workflows/on-push-to-main-branch.yml +++ b/.github/workflows/on-push-to-main-branch.yml @@ -41,6 +41,8 @@ jobs: with: token: ${{ secrets.MOMENTO_MACHINE_USER_GITHUB_TOKEN }} release-type: python + default-branch: main + changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]' publish: needs: [release-please]