Bump new version on the release changelog GHA (#16551)
Set-output will be deprecated and version 2.3 of this particular GHA was using it. Special thanks to https://github.com/heinrichreimer for his instant response
Tasos Katsoulas committed
Dec 7, 2023 at 16:43 UTC
cf99fa4328e30b1e32572ccd0214b2a765d591e9
1 file changed
+1
-1
.github/workflows/release.yml
+1
-1
@@ -59,7 +59,7 @@ jobs:
59
- name: Generate Release Changelog
60
id: release-changelog
61
if: steps.target.outputs.run == 'true' && steps.target.outputs.type != 'nightly'
62
- uses: heinrichreimer/github-changelog-generator-action@v2.3
62
+ uses: heinrichreimer/github-changelog-generator-action@v2.4
63
with:
64
bugLabels: IGNOREBUGS
65
excludeLabels: "stale,duplicate,question,invalid,wontfix,discussion,no changelog"