tudortimi / gradle-hdvl

Family of Gradle plugins that provide support for hardware design and verification languages
Apache License 2.0
4 stars 2 forks source link

Add release drafter to this project #62

Open martinda opened 2 years ago

martinda commented 2 years ago

If you'd like, I can add the release drafter Github action to this project. The release drafter helps with the automatic creation of release notes. It prepares release notes while letting you edit them prior to a release. This is an example of a repository using the release drafter. While this is a repository containing the release drafter configuration files.

An example of what it looks like is shown here.

Adding the release drafter requires the creation of a new repository called .github under your current account. It might be preferable to move the gradle-hdvl project under its own organization, since the .github repository would be "global" in your current account and it would apply to your other repositories.

tudortimi commented 2 years ago

How does it figure out whether a PR is a feature/bug fix/internal not worth mentioning in the release notes? Convention in the PR names? Label?