attempt fix

This commit is contained in:
Dan Finch 2026-05-02 02:15:36 +02:00
parent 535d5bcc99
commit 6b957a56a3
2 changed files with 2 additions and 0 deletions

View file

@ -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"
}
}

View file

@ -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",
],