Compare commits
2 Commits
v1.1.0
...
27ba521d0d
| Author | SHA1 | Date | |
|---|---|---|---|
| 27ba521d0d | |||
| f74dcd4ed3 |
@@ -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 }}
|
|
||||||
@@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- main
|
- main
|
||||||
workflow_call:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,11 +0,0 @@
|
|||||||
# 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))
|
|
||||||
Reference in New Issue
Block a user