Skip to content

Commit

Permalink
Add recipe to push commits and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Jan 27, 2025
1 parent 7c3e08d commit 5ece9c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ bump part="patch":

bump-dry part='patch':
uv run bump-my-version bump {{part}} --dry-run --verbose --allow-dirty

push:
git push && git push --tags

0 comments on commit 5ece9c7

Please sign in to comment.