awslabs / automated-security-helper

https://awslabs.github.io/automated-security-helper/
Apache License 2.0
362 stars 44 forks source link

Feature request: automate CHANGELOG generation #37

Open scrthq opened 6 months ago

scrthq commented 6 months ago

Use case

CHANGELOG is generated using a framework such as Conventional Commits based on commit messages and/or pull request titles to capture the changes in between each tagged release.

Solution/User Experience

GitHub Actions workflow runs during any main branch merge, generating the CHANGELOG and committing the updated CHANGELOG back to the repository.

Alternative solutions

Continue authoring CHANGELOG details manually.

climbertjh2 commented 6 months ago

I look forward to this being implemented.