This project helps at managing yours REALEASE/CHANGELOG .md
files, avoiding git conflicts as it use one file per
change reported in the final release file.
- Install by
pip install giteasychangelog
. - Create a
CHANGELOG
folder. - Create a folder for the next version.
- Add a new
.md
single line file for each change that should be reported. - Run
giteasychangelog
- Go back to step 3.
- You can change previous version files, up to error, reference of newest changes or anything you want.
- You can add a
date.md
file in any version file, which will be add as release date reference.
You can test the project in example
branch, by simple running giteasychangelog
This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage
_ project template.