✨ feat: automated version badge updates and CI/CD improvements
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 16m21s
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 16m21s
This commit is contained in:
@@ -19,6 +19,10 @@ on:
|
||||
- 'doc/**'
|
||||
- 'adr/**'
|
||||
- '.gitea/**'
|
||||
- 'documentation/**'
|
||||
- '*.md'
|
||||
- '.vibe/**'
|
||||
- 'features/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
@@ -28,6 +32,10 @@ on:
|
||||
- 'doc/**'
|
||||
- 'adr/**'
|
||||
- '.gitea/**'
|
||||
- 'documentation/**'
|
||||
- '*.md'
|
||||
- '.vibe/**'
|
||||
- 'features/**'
|
||||
|
||||
# cancel any previously-started runs of this workflow on the same branch
|
||||
concurrency:
|
||||
@@ -125,7 +133,7 @@ jobs:
|
||||
if [ "$VERSION_BUMPED" = "true" ]; then
|
||||
git config --global user.name "CI Bot"
|
||||
git config --global user.email "ci@arcodange.fr"
|
||||
git add VERSION cmd/server/main.go
|
||||
git add VERSION cmd/server/main.go README.md
|
||||
git commit -m "chore: auto version bump [skip ci]" || echo "No changes to commit"
|
||||
git push
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user