Skip to content

Commit f9bced3

Browse files
committed
fix: remove unnessary plugins
1 parent 77db7f8 commit f9bced3

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.releaserc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44
"plugins": [
55
"@semantic-release/commit-analyzer",
66
"@semantic-release/release-notes-generator",
7-
"@semantic-release/changelog",
8-
"@semantic-release/github",
9-
[
10-
"semantic-release-github-pullrequest-fixed", {
11-
"assets": ["CHANGELOG.md", "package.json"],
12-
"baseRef": "master"
13-
}
14-
]
7+
"@semantic-release/changelog"
158
]
169
}

0 commit comments

Comments
 (0)