-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add Generate Changelog Workflow #106
Add Generate Changelog Workflow #106
Conversation
Adds a manual workflow to generate a changelog entry for a repo that either does not use `jupyter_releaser` or requires a changelog entry for an older release. Also supports changelogs written in RST.
2938feb
to
868d90b
Compare
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.
Thank you!
Codecov Report
@@ Coverage Diff @@
## master #106 +/- ##
==========================================
+ Coverage 84.91% 86.31% +1.40%
==========================================
Files 16 17 +1
Lines 1929 2032 +103
Branches 243 240 -3
==========================================
+ Hits 1638 1754 +116
+ Misses 198 189 -9
+ Partials 93 89 -4
Continue to review full report at Codecov.
|
Fixes capture of `RH_SINCE` that was disrupted by jupyter-server#106
Nice! Should we add this new workflow to the list of workflows in README.md? https://github.com/jupyter-server/jupyter_releaser#workflows |
A PR would be most welcome 😄! |
Adds a manual workflow to generate a changelog entry
for a repo that either does not use
jupyter_releaser
orrequires a changelog entry for an older release.
Also supports changelogs written in RST.