-
Notifications
You must be signed in to change notification settings - Fork 114
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
How about GH releases generated by gh release create --generate-notes
#270
Comments
|
But |
We can generate it from |
Great! Then we can use https://github.com/test-unit/test-unit/blob/master/.github/workflows/release.yml#L15-L18 ruby \
-e 'print("## csv "); \
puts(ARGF.read.split(/^## /)[1].gsub(/ {.+?}/, ""))' \
NEWS.md > release-note.md |
I created GH releases by
gh release create --generate-notes vX.Y.Z
like https://github.com/ruby/logger/releases under the Ruby organization. But I didn't createcsv
,rexml
and others that are your maintained libraries.Can I create them? It's helpful for library users.
The text was updated successfully, but these errors were encountered: