Skip to content

Add task for automatically creating the github release #8410

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

Merged
merged 3 commits into from
Aug 15, 2025

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Jul 11, 2025

@dibarbet dibarbet force-pushed the release_creation branch 4 times, most recently from 542e412 to 9c4a144 Compare August 14, 2025 22:50
@dibarbet dibarbet marked this pull request as ready for review August 14, 2025 23:38
@dibarbet dibarbet requested a review from a team as a code owner August 14, 2025 23:38
return false;
}
} catch (err: any) {
if (err.status === 422 && err.message && err.message.includes('Reference already exists')) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

allows the tagging to continue if tags already exists. We sometimes need to do this if part of the tag creation fails (due to token expiry) and we want to re-run the job.

@dibarbet dibarbet merged commit 1f97df8 into dotnet:main Aug 15, 2025
32 checks passed
@dibarbet dibarbet deleted the release_creation branch August 15, 2025 17:41
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.

[Infra] Automate release creation on github
2 participants