Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» (project): Added release-tag command
Browse files Browse the repository at this point in the history
  • Loading branch information
dd committed Jun 20, 2024
1 parent 6f2c64a commit a23767a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ changelog-update = [
"git fetch origin --tags",
"gitmoji-changelog update \"$(hatch version)\" --preset generic --group-similar-commits",
]
release-tag = "git tag -a \"v$(hatch version)\" -m \"v$(hatch version)\""

[tool.hatch.envs.lint]
description = "Lint environment"
Expand Down

0 comments on commit a23767a

Please sign in to comment.