-
Notifications
You must be signed in to change notification settings - Fork 27
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
chore(extras): script to generate list of PRs that master is ahead of rc #701
Conversation
@@ -0,0 +1,64 @@ | |||
#!/bin/env python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add some docs on how to execute and give an example of output.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Codecov Report
@@ Coverage Diff @@
## master #701 +/- ##
==========================================
+ Coverage 84.11% 84.12% +0.01%
==========================================
Files 246 246
Lines 20448 20450 +2
Branches 2760 2760
==========================================
+ Hits 17200 17204 +4
+ Misses 2674 2673 -1
+ Partials 574 573 -1 |
f7f6787
to
f3a9ce6
Compare
@@ -0,0 +1,79 @@ | |||
#!/usr/bin/env python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a way for people doing releases to know that this exists (in case someone else needs to do them)
I think we should guide them to use this in our release guide.
What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would be great.
f3a9ce6
to
32ae482
Compare
Motivation
Getting the list of PRs to include in the release-candidate description was getting cumbersome and error prone.
Acceptance Criteria
extras
that will generate a markdown list of PRs to be used when creating a new release-candidategh
to be installed and authenticated in order to use Github's APIChecklist
master
, confirm this code is production-ready and can be included in future releases as soon as it gets merged