Skip to content

Commit

Permalink
Update release task
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Sep 22, 2024
1 parent f2c3ef7 commit 98b68ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
},
Expand Down
2 changes: 1 addition & 1 deletion template/.vscode/tasks.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
},
Expand Down

0 comments on commit 98b68ae

Please sign in to comment.