Git changelog: how to get all changes up to a specific tag?

前端 未结 9 1833
长情又很酷
长情又很酷 2021-01-31 09:37

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

9条回答
  •  既然无缘
    2021-01-31 10:19

    There is a very useful gem, the output is written in markdown, add issue support and split commits by tags

    https://github.com/kebab-project/katip

提交回复
热议问题