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