frinyvonnick / gitmoji-changelog

A changelog generator for gitmoji 😜
https://www.npmjs.com/package/gitmoji-changelog
MIT License
387 stars 48 forks source link

Create a GitHub action to generate Changelog with gitmoji-changelog #143

Open frinyvonnick opened 4 years ago

frinyvonnick commented 4 years ago

It could be nice if users could add an action that generate a changelog in their CD pipeline.

Joel-hanson commented 4 years ago

@frinyvonnick Shall I take this up.

frinyvonnick commented 4 years ago

Hi @Joel-hanson 👋

Thank you for considering to make a contribution to gitmoji-changelog 🙏

Sure, it is free to take. Don't hesitate to ask if you need some help.

MarkLyck commented 3 years ago

@frinyvonnick I created an action that does this for my own sanity:

https://github.com/marketplace/actions/gitmoji-changelog-action

Feel free to copy/fork it if you want.

it just runs npx gitmoji-changelog and commits the code with a gitmoji commit message.

In my use case I use this action everytime there is a push to the main branch to always keep the CHANGELOG.md up to date.