Skip to content

Commit c7e40af

Browse files
committed
chore(semantic-release): update config
1 parent e6b90ba commit c7e40af

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,7 @@
9393
]
9494
},
9595
"release": {
96-
"extends": "@eclass/semantic-release-npm-github-config",
97-
"plugins": [
98-
"@semantic-release/commit-analyzer",
99-
"@semantic-release/release-notes-generator",
100-
"@semantic-release/changelog",
101-
[
102-
"@semantic-release/npm",
103-
{
104-
"npmPublish": false
105-
}
106-
],
107-
"@semantic-release/git",
108-
"@semantic-release/github"
109-
]
96+
"extends": "@eclass/semantic-release-npm-github-config"
11097
},
11198
"nyc": {
11299
"extends": "nyc-config-common"

0 commit comments

Comments
 (0)