mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-08-19 13:35:44 +00:00
fix: correct GitHub Release download URL and simplify tag format
Use v{version} tags instead of agent-desktop-v{version} by setting
include-component-in-tag: false in release-please config.
This commit is contained in:
parent
084fc8c960
commit
8f66a9346e
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"release-type": "simple",
|
||||
"bump-minor-pre-major": true,
|
||||
"bump-patch-for-minor-pre-major": true,
|
||||
"include-component-in-tag": false,
|
||||
"packages": {
|
||||
".": {
|
||||
"package-name": "agent-desktop",
|
||||
|
|
|
|||
Loading…
Reference in a new issue