Skip to content

Commit

Permalink
uncomment justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-milea committed Jan 29, 2025
1 parent ba3474b commit d5787f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ bump-version level="patch" breaking_changes="false":
uv lock

# commit the changes
# git commit -am "Bump version $CURRENT_VERSION -> $NEW_VERSION"
# git tag -a $NEW_VERSION -m "Release $NEW_VERSION"
git commit -am "Bump version $CURRENT_VERSION -> $NEW_VERSION"
git tag -a $NEW_VERSION -m "Release $NEW_VERSION"

# ---------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit d5787f3

Please sign in to comment.