-
Notifications
You must be signed in to change notification settings - Fork 14
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 RELEASE_NOTE generation script #336
Conversation
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.
Since this release note is also used as the URL for a software update proposal, it should be written in a language that regular Holders, not developers, can understand.
I think it would be good to use it as a script to create a basic release note that can be processed. In the case of a very simple minor update, it may be possible to use it without change.
However, it seems that in order to edit RELEASE_NOTE.md, it had to be modified in a separate PR. Is this possible by editing tag.yml? I don't want it to be automatically recorded as a release note when a tag is added. Is there a way?
This Github release note will be generated when we push the tag. We have to take responsibility to maintain our |
a173ca4
to
51d4c4f
Compare
(cherry picked from commit c759d95) # Conflicts: # CHANGELOG.md # RELEASE_CHANGELOG.md # RELEASE_NOTE.md
(cherry picked from commit c759d95)
Description
closes: #XXXX
RELEASE_NOTE
by codewhat's changed
only for regular release, not for release candidates. Because people mostly want to know the difference between main release. If we deploy the rc release notes separately, It's hard to track the changes at once.RELEASE_CHANGELOG
. UseCHANGELOG
instead.Motivation and context
How has this been tested?
Sample output
Screenshots (if appropriate):
Checklist:
CHANGELOG.md