xtablo-source/backend/scripts/bump.sh
Arthur Belleville 50ba9b340b
Modify backend
2025-03-15 08:46:51 +01:00

8 lines
264 B
Bash
Executable file

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