Create the release + release notes automatically#1689
Open
cicoyle wants to merge 6 commits intodapr:masterfrom
Open
Create the release + release notes automatically#1689cicoyle wants to merge 6 commits intodapr:masterfrom
cicoyle wants to merge 6 commits intodapr:masterfrom
Conversation
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Contributor
There was a problem hiding this comment.
Pull request overview
Automates post-release steps by creating a GitHub Release (with auto-generated release notes) as part of the existing “Create a release” workflow.
Changes:
- Adds a conditional step to create a GitHub Release for non-
-SNAPSHOTand non--rc-versions. - Uses
gh release create ... --generate-notesauthenticated viaDAPR_BOT_TOKEN.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1689 +/- ##
============================================
- Coverage 79.53% 79.51% -0.02%
- Complexity 2193 2194 +1
============================================
Files 237 237
Lines 6577 6577
Branches 730 730
============================================
- Hits 5231 5230 -1
- Misses 990 992 +2
+ Partials 356 355 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
@cicoyle can you review copilots comments? |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Cassie Coyle <cassie.i.coyle@gmail.com>
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Contributor
Author
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before this PR, this was a manual step after releasing. I am adding it to be created automatically for us to reduce the manual steps taken while releasing. I added the backport label so if we need to cut a patch for 1.17 it should auto generate the release and release notes for us.