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]