mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
chore: simplify release workflow to avoid branch protection issues
This commit is contained in:
parent
b0f94ca480
commit
36a3767a37
1 changed files with 0 additions and 7 deletions
|
|
@ -69,13 +69,6 @@
|
|||
{ "path": "git-files-push-*.zip", "label": "Plugin Package" }
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
"assets": ["manifest.json", "versions.json", "package.json", "CHANGELOG.md"],
|
||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue