[CI] Add release note generating step in the release action#635
Open
YooSunYoung wants to merge 2 commits into
Open
[CI] Add release note generating step in the release action#635YooSunYoung wants to merge 2 commits into
YooSunYoung wants to merge 2 commits into
Conversation
…ash script and python script.
Contributor
|
Interesting! Will this workflow overwrite whatever was in the release notes originally? Or just append to it? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release note editting steps are added in the
release.yml.It's split into two jobs:
I tested in a fork https://github.com/YooSunYoung/ess/releases/tag/essnmx%2F26.6.2
but not sure if it would work as expected in the action here as well...
Manual Test
Here is the example how I ran the scripts using
essnmx/26.6.0andessnmx/26.4.0as an example.Prerequisites
Download the commit information
The script only runs with
bashsince it has some syntax thatshdoesn't have...Generate release note.
By default, the generated note will be stored under
.ess_release_cache/,so in this case,
.ess_release_cache/essnmx-26.6.0-essnmx-26.4.0-releasenote.md.Here is the example output from this test:
What's Changed
ESSnmx
Full Changelog: essnmx/26.4.0...essnmx/26.6.0