Skip to content

Commit fbc12ba

Browse files
committed
ci(semantic-release): update config
1 parent 3201437 commit fbc12ba

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.releaserc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./index')

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,5 @@
5151
"@semantic-release/changelog": "^3.0.0 || ^5.0.0",
5252
"@semantic-release/git": "^7.0.4 || ^8.0.0 || ^9.0.0",
5353
"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-
]
6454
}
6555
}

0 commit comments

Comments
 (0)