In order to further automate release process, is recommended to add a .github/release.yaml file that contains the rules and template defined for auto generating a nice categorized release notes.
Solution
Take as example the release notes template from relay project but adapt it to our own labels and add categories for Tests, Simulator, etc...
Problem
In order to further automate release process, is recommended to add a
.github/release.yaml
file that contains the rules and template defined for auto generating a nice categorized release notes.Solution
Take as example the release notes template from relay project but adapt it to our own labels and add categories for Tests, Simulator, etc...
https://github.com/hashgraph/hedera-json-rpc-relay/blob/main/.github/release.yaml
Alternatives
No response