Skip to content

Commit

Permalink
chore: update bump.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller committed Jan 30, 2025
1 parent 84d78b6 commit 7662291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/bump.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

# update CHANGELOG.md use GITHUB_REPO ENV as github token
uvx git-cliff -o -v --github-repo "atticuszeller/python-uv"
uvx git-cliff -o -v --github-repo "atticuszeller/fastapi_supabase_template"
# bump version and commit with tags
# uvx bump-my-version bump patch
uvx bump-my-version bump patch
# push remote
# git push origin main --tags
git push origin main --tags

0 comments on commit 7662291

Please sign in to comment.