add template, update wf

This commit is contained in:
2025-05-21 11:23:43 +02:00
parent 045417ba6f
commit 36abce649a
2 changed files with 7 additions and 0 deletions

6
.gitea/release_notes.yml Normal file
View File

@@ -0,0 +1,6 @@
changelog:
sections:
- title: "Features"
labels: ["Kind/Feature", "Kind/Enhancement"]
- title: "Bug Fixes"
labels: ["Kind/Bug", "Kind/Hotfix"]

View File

@@ -16,6 +16,7 @@ jobs:
- 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"