go-semantic-release / semantic-release

📦🚀 semantic-release written in Go
https://go-semantic-release.xyz
MIT License
404 stars 43 forks source link

How to automatically generate CHANGELOG and push it back to repository? #131

Closed mirusky closed 2 years ago

mirusky commented 2 years ago

Self explanation question

/label question

christophwitzko commented 2 years ago

Hi @mirusky, this heavily depends on the CI and git platform you use. If you are using GitHub and GitHub Actions you can use a plugin like: https://github.com/ad-m/github-push-action

mirusky commented 2 years ago

I wasn't sure if I needed to push it back, but as I see it necessary.

Anyway a great job.