Skip to content

Commit 6058415

Browse files
authored
fix: release without committing to default branch (#27)
1 parent c362b45 commit 6058415

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.releaserc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
55
["@semantic-release/npm", { "npmPublish": true }],
6-
"@semantic-release/changelog",
7-
"@semantic-release/git"
6+
"@semantic-release/changelog"
87
],
98
"branches": ["main"]
109
}

0 commit comments

Comments
 (0)