Skip to content

Commit

Permalink
Add commands to release task.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jul 24, 2024
1 parent a398cd2 commit f1a2634
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ release = [
"hatch publish",
"git tag -a $(hatch version) -m \"Create version $(hatch version)\"",
"git push --tags",
"git-changelog -o CHANGELOG.md"
"git-changelog -o CHANGELOG.md",
"git -m 'Update CHANGELOG' CHANGELOG.md",
"git push"
]
test_release = [
"hatch run qa",
Expand Down

0 comments on commit f1a2634

Please sign in to comment.