Skip to content

Commit

Permalink
fix: use master branch for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Sep 14, 2024
1 parent b9d2dfc commit dc30aaf
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 dc30aaf

Please sign in to comment.