From b31bf613030a7f705e2b77eaf9709fc51bd6eb16 Mon Sep 17 00:00:00 2001 From: Mestery Date: Sat, 31 Jul 2021 23:36:04 +0200 Subject: [PATCH] ci: fix default-branch --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 94420c8..12f146a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: release-type: node pull-request-title-pattern: 'chore${scope}: release${component} v${version}' bump-minor-pre-major: true - default_branch: main + default-branch: main changelog-types: '[{"type":"feat","section":"Features"},{"type":"fix","section":"Bug Fixes"},{"type":"perf","section":"Performance Improvements"},{"type":"deps","section":"Dependencies"},{"type":"revert","section":"Reverts"},{"type":"docs","section":"Documentation"},{"type":"style","section":"Styles","hidden":true},{"type":"chore","section":"Miscellaneous Chores","hidden":true},{"type":"refactor","section":"Code Refactoring","hidden":false},{"type":"test","section":"Tests","hidden":true},{"type":"ci","section":"Continuous Integration","hidden":true}]' publish: