Skip to content

Commit

Permalink
chore: update release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 16, 2025
1 parent 96e106c commit 87c1bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tasks:
sh: yq '.project.version' pyproject.toml
cmds:
- git add pyproject.toml
- 'git commit -m "bump: {{.VERSION}}"'
- 'git commit -m "release: {{.VERSION}}"'
- 'git tag "v{{.VERSION}}" -m "v{{.VERSION}}"'

lint:
Expand Down

0 comments on commit 87c1bcd

Please sign in to comment.