Skip to content

Commit

Permalink
fix: Updated default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Apr 24, 2024
1 parent a9b0c2e commit 5866b92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @type {import('semantic-release').GlobalConfig}
*/
module.exports = {
branches: ["master", "next"],
branches: ["main"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 5866b92

Please sign in to comment.