work now
This commit is contained in:
parent
00bc571efa
commit
5acbf66e6b
2 changed files with 6 additions and 8 deletions
|
|
@ -7,7 +7,10 @@ module.exports = {
|
|||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
["@semantic-release/exec", { prepareCmd: "npm pkg set version=${nextRelease.version}" }],
|
||||
["@semantic-release/exec", {
|
||||
prepareCmd: "npm pkg set version=${nextRelease.version}",
|
||||
publishCmd: "npm publish --access public",
|
||||
}],
|
||||
"@markwylde/semantic-release-gitea",
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue