英文:
Auto generate the CHANGELOG.md file
问题
我使用 generate-changelog Npm 包在 Angular 项目中生成了 CHANGELOG.md 文件。但问题是我必须手动输入命令并更新 CHANGELOG.md 文件。我如何在项目构建时自动化这个过程呢?另外一件事是,我希望为前端(angular)和后端(java)的提交生成那个 CHANGELOG.md 文件。正确的做法是什么?
英文:
I generated the CHANGELOG.md file in angular project by using generate-changelog Npm package. but the problem is I have to manually type the command and update the CHANGLOG.md file. How i can automate this process at the time of project build. Other thing is i want to generate that CHANGELOG.md file for both front end (angular) and back end (java) commits. What is the proper way of doing this?
专注分享java语言的经验与见解,让所有开发者获益!
评论