Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-actions: prevent publishing release automatically #2090

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

anmaxvl
Copy link
Contributor

@anmaxvl anmaxvl commented Mar 29, 2024

The release Github action will automatically publish a release for each non-rc tag
in a form v*, which is not desired. This may lead to accidents described in #2084

Change the release action to instead create draft releases, regardless of the tag being
final or RC.

It will be up to the maintainers to decide when to publish an official release.

The release Github action will automatically publish
a release for each non-rc tag in a form `v*`, which is
not desired. This may lead to accidents like described in microsoft#2084

Change the release action to instead create draft
releases, regardles of the tag being final or RC.

It will be up to the maintainers to decide when to
publish an official release.

Signed-off-by: Maksim An <maksiman@microsoft.com>
@anmaxvl anmaxvl requested a review from a team as a code owner March 29, 2024 00:18
@anmaxvl anmaxvl merged commit 7df3b5f into microsoft:main Mar 29, 2024
16 checks passed
@anmaxvl anmaxvl deleted the gh-action-draft branch March 29, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants