Skip to content

Commit

Permalink
ci: fix default-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesteery committed Jul 31, 2021
1 parent 2a7df50 commit b31bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b31bf61

Please sign in to comment.