2 Commits

Author SHA1 Message Date
Release Bot
ec27c88bba chore(release): 1.1.0 2025-05-20 18:37:52 +00:00
a459994a24 ci: add release pipeline (#16)
All checks were successful
CI & Release / ci (push) Successful in 21s
CI & Release / release (push) Successful in 18s
Reviewed-on: #16
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-05-20 20:34:21 +02:00
2 changed files with 13 additions and 1 deletions

View File

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

11
CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 1.1.0 (2025-05-20)
### Features
* refactor processor singleton to multi singleton ([#5](https://gitea.t000-n.de/t.behrendt/tracebasedlogsampler/issues/5)) ([73f2d9d](https://gitea.t000-n.de/t.behrendt/tracebasedlogsampler/commit/73f2d9d460e4f476d973965b264dabf4e16bb8b7))
* support batches ([#8](https://gitea.t000-n.de/t.behrendt/tracebasedlogsampler/issues/8)) ([ce7d18e](https://gitea.t000-n.de/t.behrendt/tracebasedlogsampler/commit/ce7d18e8804267745851c06ebe400d9c7a56930d))