Compare commits
No commits in common. "fca4bf89667c7deb7fc66d066fa5750e201b6526" and "626951a0114e19e9eaabdc971842a7fd721e5f3c" have entirely different histories.
fca4bf8966
...
626951a011
1 changed files with 1 additions and 8 deletions
|
@ -27,8 +27,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
"message": "chore(release): ${nextRelease.version}",
|
"message": "chore(release): ${nextRelease.version}",
|
||||||
"assets": [
|
"assets": [
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md"
|
||||||
"version.txt"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -36,12 +35,6 @@ module.exports = {
|
||||||
"@saithodev/semantic-release-gitea",
|
"@saithodev/semantic-release-gitea",
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
],
|
|
||||||
[
|
|
||||||
"@semantic-release/exec",
|
|
||||||
{
|
|
||||||
"prepareCmd": "echo ${nextRelease.version} > version.txt"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"preset": "conventionalcommits",
|
"preset": "conventionalcommits",
|
||||||
|
|
Loading…
Add table
Reference in a new issue