Skip to content

Commit

Permalink
Fix git command.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jul 24, 2024
1 parent 930c3d4 commit d0ea71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ release = [
"git tag -a $(hatch version) -m \"Create version $(hatch version)\"",
"git push --tags",
"git-changelog -o CHANGELOG.md",
"git -m 'Update CHANGELOG' CHANGELOG.md",
"git commit -m 'Update CHANGELOG' CHANGELOG.md",
"git push"
]
test_release = [
Expand Down

0 comments on commit d0ea71c

Please sign in to comment.