diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1db6ae63..cd7f0d71 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -181,7 +181,7 @@ { "label": "task: Release version", "type": "shell", - "command": ". ./dev.ps1 && Invoke-Uv && ($Version = (Get-Content '.copier-answers.yml' | Find-Pattern '^project_version:\\s(.+)$')) && git tag --sign -m $Version $Version && git push && gh release create --draft --notes='' --title=$Version --verify-tag $Version", + "command": ". ./dev.ps1 && Invoke-Uv && ($Version = (Get-Content '.copier-answers.yml' | Find-Pattern '^project_version:\\s(.+)$')) && git tag --sign -m $Version $Version && git push", "icon": { "id": "tag" }, "problemMatcher": [] }, diff --git a/template/.vscode/tasks.json.jinja b/template/.vscode/tasks.json.jinja index b7406354..75711afb 100644 --- a/template/.vscode/tasks.json.jinja +++ b/template/.vscode/tasks.json.jinja @@ -181,7 +181,7 @@ { "label": "task: Release version", "type": "shell", - "command": ". ./dev.ps1 && Invoke-Uv && ($Version = (Get-Content '.copier-answers.yml' | Find-Pattern '^project_version:\\s(.+)$')) && git tag --sign -m $Version $Version && git push && gh release create --draft --notes='' --title=$Version --verify-tag $Version", + "command": ". ./dev.ps1 && Invoke-Uv && ($Version = (Get-Content '.copier-answers.yml' | Find-Pattern '^project_version:\\s(.+)$')) && git tag --sign -m $Version $Version && git push", "icon": { "id": "tag" }, "problemMatcher": [] },