This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 37933420c9 chore: add more categories to changelog
37933420c9 is described below
commit 37933420c921c003165cabf32d0741ec8c32eaa8
Author: Sebastian Rühl <[email protected]>
AuthorDate: Wed Aug 27 09:00:16 2025 +0200
chore: add more categories to changelog
---
.github/workflows/changelog.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index ce8de11eba..703c195f7a 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -32,6 +32,6 @@ jobs:
- uses: BobAnkh/[email protected]
with:
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
- TYPE: 'feat:Feature,fix:Bug
Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'
+ TYPE: 'feat:Feature,fix:Bug
Fixes,docs:Documentation,refactor:Refactor,perf:Performance
Improvements,chore(deps):Dependency
Updates,chore:Miscellaneous,test:Testing,build:Build System,ci:Continuous
Integration,revert:Reverts,style:Style,wip:Work In Progress,release:Release'
PATH: 'CHANGELOG.md'
#BRANCH: 'chore/changelog_update'