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:
sections:
- title: "Features"
- title: ":star: New Features"
labels: ["Kind/Feature", "Kind/Enhancement"]
- title: "Bug Fixes"
labels: ["Kind/Bug", "Kind/Hotfix"]
- title: ":lady_beetle: Bug Fixes"
labels: ["Kind/Bug", "Kind/Hotfix"]
issues:
exclude:
labels: ["wontfix", "question", "duplicate", "invalid"]

View File

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