Closed juanmatias closed 2 years ago
Implement CHANGELOG report generation in the pipeline.
When a PR is merged a CHANGELOG.md file has to be updated with the change outlines.
When a user looks for a version, she/he needs to know what changes are included/bug addressed in the new version.
Implement a mean for CHANGELOG.md generating in an automated way during the merge triggered pipelines.
n/a
There is already a solution implemented based on git-chglog:
NOTE A squash commits should be implemented in the PR Merge.
closed with https://github.com/binbashar/le-docker-leverage-toolbox/pull/10
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.