Generate changelog for repositories using gitmoji commits convention.
π 2.0 is out!
gitmoji-changelog 2.0 in a nutshell:
- β¨ Add a preset system to enable using
gitmoji-changelog
on all kind of projects (#128) [24cead9] - β¨ Add interactive option to manually select commits (#81) [d13ca2e]
- π₯ Change core function parameters from "mode" to "from" and "to" (#127) [42af500]
Make sure you have npx installed (npx
is shipped by default since npm 5.2.0
)
Run the following command at the root of your project and answer questions.
with npx:
npx gitmoji-changelog
with npm:
npm install -g gitmoji-changelog
cd my-project
gitmoji-changelog
π The full documentation is available here.
π€ Yvonnick FRIN (https://yvonnickfrin.dev)
- Twitter: @YvonnickFrin
- Github: @frinyvonnick
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at our contributing guide.
Give a βοΈ if this project helped you!
You also can add a badge in the README.md of your repository to promote gitmoji-changelog
. All you need is to copy/past the code below:
[![gitmoji-changelog](https://img.shields.io/badge/Changelog-gitmoji-brightgreen.svg)](https://github.com/frinyvonnick/gitmoji-changelog)
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Copyright Β© 2019 Yvonnick FRIN (https://github.com/frinyvonnick).
This project is MIT licensed.
This README was generated with β€οΈ by readme-md-generator