We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b90ba commit c7e40afCopy full SHA for c7e40af
package.json
@@ -93,20 +93,7 @@
93
]
94
},
95
"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
- ]
+ "extends": "@eclass/semantic-release-npm-github-config"
110
111
"nyc": {
112
"extends": "nyc-config-common"
0 commit comments