Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.38 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.38 KB

test-automatic-changelog

A test repo for how to better generate an automatic changelog

I will also describe how to set up an automatic changelog generation with https://github.com/github-changelog-generator/github-changelog-generator.

You have to set it up locally, as it is a ruby gems that we need to install : gem install github_changelog_generator, if you do not have ruby have a look here : https://www.ruby-lang.org/en/ to install it, if it is already installed you may want to upgrade it to a version higher to 3.0 and install additional dependencies.

For a simple test, go to your repo and type : github_changelog_generator -u sasip-climate -p test-automatic-changelog, it will generate a CHANGELOG.md file like this one

For more informations on the releases and following : https://github.com/Ic3fr0g/autochangelog-hook, you can set up a git hook :