hashgraph / hedera-block-node

New Block Node services
Apache License 2.0
24 stars 3 forks source link

Add a Release Notes template to the repo to Easily Generate Release Notes #334

Closed AlfredoG87 closed 2 weeks ago

AlfredoG87 commented 2 weeks ago

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