2 Commits

Author SHA1 Message Date
27ba521d0d feat: support batched logs
All checks were successful
CI / test (push) Successful in 19s
2025-05-06 19:55:30 +02:00
f74dcd4ed3 feat: support batched traces 2025-05-06 18:42:38 +02:00
2 changed files with 0 additions and 32 deletions

View File

@@ -1,31 +0,0 @@
name: CI & Release
on:
push:
branches:
- main
jobs:
ci:
uses: ./.gitea/workflows/ci.yaml
release:
needs: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install -g standard-version
- run: |
git config --global user.name "Release Bot"
git config --global user.email "release-bot@t00n.de"
- run: |
standard-version --no-verify --skip-changelog
tag=$(git describe --tags --abbrev=0)
git push origin "$tag"
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}

View File

@@ -4,7 +4,6 @@ on:
push:
branches-ignore:
- main
workflow_call:
jobs:
test: