test
This commit is contained in:
@@ -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"]
|
||||||
@@ -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"
|
|
||||||
Reference in New Issue
Block a user