-
Notifications
You must be signed in to change notification settings - Fork 786
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
[repo] Release process tweaks & improvements 4 #5598
[repo] Release process tweaks & improvements 4 #5598
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This reverts commit f8527f2.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5598 +/- ##
==========================================
+ Coverage 83.38% 85.55% +2.16%
==========================================
Files 297 265 -32
Lines 12531 11337 -1194
==========================================
- Hits 10449 9699 -750
+ Misses 2082 1638 -444
Flags with carried forward coverage won't be shown. Click here to find out more. |
Are there restrictions on who can comment with the "/CreateReleaseTag" ? |
@TimothyMothra Good question! Yes. What I did is have the bot lock the PR. While locked only collaborators of the repo may comment which limits who can speak "/CreateReleaseTag" 🤣 The bot will ignore "/CreateReleaseTag" if the PR isn't locked when it is posted. |
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Changes
prepare-release.yml
which automates/streamlines the following tasks in the release process:Example
Here is a test run of the process: CodeBlanch#36
Merge requirement checklist