attempt fix
This commit is contained in:
parent
535d5bcc99
commit
6b957a56a3
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"semantic-release": "^25.0.3",
|
||||
"multi-semantic-release": "^3.1.0",
|
||||
"@markwylde/semantic-release-gitea": "^2.2.0",
|
||||
"@semantic-release/exec": "^7.0.3",
|
||||
"@semantic-release/npm": "^13.1.5"
|
||||
}
|
||||
}
|
||||
|
|
@ -7,6 +7,7 @@ module.exports = {
|
|||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
["@semantic-release/exec", { prepareCmd: "npm pkg set version=${nextRelease.version}" }],
|
||||
["@semantic-release/npm", { npmPublish: false }],
|
||||
"@markwylde/semantic-release-gitea",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue