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-extras.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9107fe9  chore: add more categories
9107fe9 is described below

commit 9107fe9d146a234f171bc8019fa1e83d87b92161
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Wed Aug 27 08:22:03 2025 +0200

    chore: add more categories
---
 .github/workflows/changelog.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index 1d6c487..703c195 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -20,6 +20,7 @@ name: 'Generate changelog'
 on:
   release:
     types: [created, edited]
+  workflow_dispatch:
 
 jobs:
   generate-changelog:
@@ -31,5 +32,6 @@ jobs:
       - uses: BobAnkh/auto-generate-changelog@v1.3.0
         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'

Reply via email to