Skip to content

Commit

Permalink
fix: branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Jan 1, 2025
1 parent 7cc6283 commit d5d4255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @type {import('semantic-release').GlobalConfig}
*/
export default {
branches: ['main'],
branches: ['master'],
plugins: [
['@semantic-release/commit-analyzer', { preset: 'angular' }],
['@semantic-release/release-notes-generator', { preset: 'angular' }],
Expand Down

0 comments on commit d5d4255

Please sign in to comment.