Skip to content

Automatically generate release notes from conventional commit messages when creating a new tag #33

Open
@HunterNN

Description

@HunterNN

Currently, creating a new tag in the repository triggers the automatic creation of a new GitHub release. However, the release description is currently empty. To improve transparency and provide better context for each release, it would be beneficial to automatically generate the release notes from the conventional commit messages that were used to create the tag. This will allow users to easily understand what changes are included in each release.

A possible implementation could be done here:

https://github.com/Codename-Recon/Codename-Recon/blob/39309e148094171cf0bb3df49bd929a79047ee58/.github/workflows/client-releases.yaml#L61-L62

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions