1 Commits

Author SHA1 Message Date
0e1ddeb5dd ci: add release pipeline (#16)
All checks were successful
CI / test (push) Successful in 19s
Reviewed-on: #16
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-05-20 21:21:57 +02:00

View File

@@ -25,6 +25,7 @@ jobs:
git config --global user.email "release-bot@t00n.de"
- run: |
standard-version --no-verify --skip-changelog
git push --follow-tags origin main
tag=$(git describe --tags --abbrev=0)
git push origin "$tag"
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}