I'm a noob with git and i would like to know the best practice to create tags and generate/mantain a changelog.
Until now, i always created a readme.md and manually indicate (in the section "changelog") the most important feature
For example:
version 1.0.1
- changed layout in home
- added slideshow in gallery
- etc..
How can i create a changelog (maybe in markdown format) with these characteristics?
- title of changes based on personalized title/tags title/date
- changes based on tags or commits
I do not have a clear idea yet, so suggestions are aprreciate
Thanks in advance :)