feature: change flow settings in local config #5

Merged
jt merged 1 commits from feature/change-flow-settings-in-local-config into main 2026-07-29 13:57:07 +00:00
Showing only changes of commit f05582b50f - Show all commits
+6
View File
@@ -28,6 +28,12 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v8.3.2
- name: Count commits
run: |
echo "Commit count: $(git rev-list --count main)"
echo "Tags available:"
git tag
- name: Bump version
run: |
uv run git-flow tag --token="${{ secrets.GITEA_TOKEN }}"