Is there an easy way or command to get all git commits up to a specific tag to generate an automatic changelog for a project? I always tag my git repos with a version number lik
Just append tagname to your command and you should be fine :) I like the --graph switch to visualize the branches that led to that tag :)
tagname
--graph