ci: add release pipeline #16

Merged
t.behrendt merged 5 commits from ci-add-release-pipeline into main 2025-05-20 20:34:21 +02:00
Showing only changes of commit 040bab517c - Show all commits

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 }}