Skip to content

Commit 9db43fd

Browse files
committed
fix: 🐛 add main to the list of semantic release branches
1 parent 120be1e commit 9db43fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
branches: ['master'],
2+
branches: ['master', 'main'],
33
plugins: [
44
'@semantic-release/commit-analyzer',
55
'@semantic-release/release-notes-generator',

0 commit comments

Comments
 (0)