Fix changelog generation to exclude unresolved closed issues
Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com>
This commit is contained in:
parent
3f2e92c4c5
commit
0becd61323
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -27,6 +27,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
sinceTag: v0.15.0
|
sinceTag: v0.15.0
|
||||||
|
# Exclude issues that were closed without resolution from changelog
|
||||||
|
excludeLabels: 'stale,wontfix,duplicate,invalid'
|
||||||
- name: Update Nightly Release
|
- name: Update Nightly Release
|
||||||
uses: andelf/nightly-release@main
|
uses: andelf/nightly-release@main
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -24,7 +24,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
sinceTag: v0.15.0
|
sinceTag: v0.15.0
|
||||||
maxIssues: 500
|
maxIssues: 500
|
||||||
|
# Exclude issues that were closed without resolution from changelog
|
||||||
|
excludeLabels: 'stale,wontfix,duplicate,invalid'
|
||||||
- name: Create draft release
|
- name: Create draft release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user