binbashar / le-docker-leverage-toolbox

Docker image for https://github.com/binbashar/leverage
3 stars 0 forks source link

Enhancement | Automate Changelog generation #6

Closed juanmatias closed 2 years ago

juanmatias commented 2 years ago

Describe the Enhancement

Implement CHANGELOG report generation in the pipeline.

Expected Behavior

When a PR is merged a CHANGELOG.md file has to be updated with the change outlines.

Use Case

When a user looks for a version, she/he needs to know what changes are included/bug addressed in the new version.

Describe Ideal Solution

Implement a mean for CHANGELOG.md generating in an automated way during the merge triggered pipelines.

Alternatives Considered

n/a

Additional Context

There is already a solution implemented based on git-chglog:

NOTE A squash commits should be implemented in the PR Merge.

juanmatias commented 2 years ago

closed with https://github.com/binbashar/le-docker-leverage-toolbox/pull/10