Gitlab Scripts for automatic release notes(CHANGELOG.md) generation
Posted on February 12, 2022 in CI/CD • Tagged with GIT, Pipeline, CI/CD, Release Notes, Changelog.md
Very Common Usecase is genrate Release Notes(CHANGELOG.md) automatically. Below use case here has two jobs underr release-creation stage. One to generate CHANGELOG.md and other to generate release automatically. i.e Whenever a tag is created on any project a release with corresponding release notes , artifacts are generated …
Continue reading