We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3201437 commit fbc12baCopy full SHA for fbc12ba
2 files changed
.releaserc.js
@@ -0,0 +1 @@
1
+module.exports = require('./index')
package.json
@@ -51,15 +51,5 @@
51
"@semantic-release/changelog": "^3.0.0 || ^5.0.0",
52
"@semantic-release/git": "^7.0.4 || ^8.0.0 || ^9.0.0",
53
"semantic-release": "^15.9.0 || ^16.0.0 || ^17.0.0"
54
- },
55
- "release": {
56
- "plugins": [
57
- "@semantic-release/commit-analyzer",
58
- "@semantic-release/release-notes-generator",
59
- "@semantic-release/changelog",
60
- "@semantic-release/npm",
61
- "@semantic-release/git",
62
- "@semantic-release/github"
63
- ]
64
}
65
0 commit comments