This commit is contained in:
2025-05-21 12:14:53 +02:00
parent 36abce649a
commit 2ae3968679
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,9 @@
changelog: changelog:
sections: sections:
- title: "Features" - title: ":star: New Features"
labels: ["Kind/Feature", "Kind/Enhancement"] labels: ["Kind/Feature", "Kind/Enhancement"]
- title: "Bug Fixes" - title: ":lady_beetle: Bug Fixes"
labels: ["Kind/Bug", "Kind/Hotfix"] labels: ["Kind/Bug", "Kind/Hotfix"]
issues:
exclude:
labels: ["wontfix", "question", "duplicate", "invalid"]

View File

@@ -13,10 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Create Release Notes - name: Generate Changelog
uses: docker://decathlon/release-notes-generator-action:2.0.1 uses: spring-io/github-changelog-generator@<version-or-sha>
env: with:
MILESTONEID: ${{ github.event.inputs.milestoneId }} milestone: '0.1.7'
GITHUB_TOKEN: ${{ secrets.TOKEN }}
OUTPUT_FOLDER: temp_release_notes
USE_MILESTONE_TITLE: "true"