Publish release notes as a pre-release for milestones

This commit updates the "create-github-release" action to allow an
additional input that specifies whether this is a pre-release. If that
is the case, then the `--prerelease` flag is set.

Closes gh-33200
This commit is contained in:
Stéphane Nicoll
2024-07-11 15:58:32 +02:00
parent 1a21977965
commit 022b91980e
2 changed files with 6 additions and 1 deletions

View File

@@ -72,3 +72,4 @@ jobs:
with:
milestone: ${{ needs.build-and-stage-release.outputs.version }}
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
prerelease: 'true'