add template, update wf
This commit is contained in:
6
.gitea/release_notes.yml
Normal file
6
.gitea/release_notes.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
changelog:
|
||||||
|
sections:
|
||||||
|
- title: "Features"
|
||||||
|
labels: ["Kind/Feature", "Kind/Enhancement"]
|
||||||
|
- title: "Bug Fixes"
|
||||||
|
labels: ["Kind/Bug", "Kind/Hotfix"]
|
||||||
@@ -16,6 +16,7 @@ jobs:
|
|||||||
- name: Create Release Notes
|
- name: Create Release Notes
|
||||||
uses: docker://decathlon/release-notes-generator-action:2.0.1
|
uses: docker://decathlon/release-notes-generator-action:2.0.1
|
||||||
env:
|
env:
|
||||||
|
MILESTONEID: ${{ github.event.inputs.milestoneId }}
|
||||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||||
OUTPUT_FOLDER: temp_release_notes
|
OUTPUT_FOLDER: temp_release_notes
|
||||||
USE_MILESTONE_TITLE: "true"
|
USE_MILESTONE_TITLE: "true"
|
||||||
Reference in New Issue
Block a user