Skip to content

Commit 7b9c7bc

Browse files
committed
fix: remove @semantic-release/git to avoid branch protection conflict
1 parent 44a625e commit 7b9c7bc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.releaserc.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
6-
["@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" }],
76
["@semantic-release/npm", { "npmPublish": false }],
8-
"@semantic-release/github",
9-
["@semantic-release/git", {
10-
"assets": ["CHANGELOG.md", "package.json"],
11-
"message": "chore(release): ${nextRelease.version} [skip ci]"
12-
}]
7+
"@semantic-release/github"
138
]
149
}

0 commit comments

Comments
 (0)