-
Notifications
You must be signed in to change notification settings - Fork 37
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
Automate release notes #568
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #568 +/- ##
===========================================
- Coverage 77.77% 69.43% -8.34%
===========================================
Files 66 66
Lines 4571 4571
===========================================
- Hits 3555 3174 -381
- Misses 1016 1397 +381 |
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.
This looks great! Just a couple little fixes and this will be good to go!
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.
I found a couple more things!
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.
LGTM!!! Appreciate all the hard work!
This PR adds a `release.yml` file to the root of the `.github` folder. Within the file we configure the release notes generated through PR tags. This PR also converts the changelog format from rst to md to match release notes format. [ reviewed by @AlyssaCote ] [ committed by @amandarichardsonn ]
This PR adds a
release.yml
file to the root of the.github
folder. Within the file we configure the release notes generated through PR tags. This PR also converts the changelog format from rst to md to match release notes format.To test this PR: