From 766229193d733bcf7a950ebad679a587a99fb0be Mon Sep 17 00:00:00 2001 From: Atticuszz <1831768457@qq.com> Date: Thu, 30 Jan 2025 17:29:34 +0800 Subject: [PATCH] chore: update bump.sh --- scripts/bump.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bump.sh b/scripts/bump.sh index b727695..26c7ff3 100755 --- a/scripts/bump.sh +++ b/scripts/bump.sh @@ -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