项目作者: pog7776

项目描述 :
An automatic changelog generator for git
高级语言: Shell
项目地址: git://github.com/pog7776/ChangelogGenerator.git
创建时间: 2020-03-31T06:37:07Z
项目社区:https://github.com/pog7776/ChangelogGenerator

开源协议:Apache License 2.0

下载


ChangelogGenerator

A really bad automatic changelog generator for git

In git commit messages use the following tags to categorize your work for the changelog

Only lines of the commit with these tags will be included in the change log

  • [Added] : for new features.
  • [Changed] : for changes in existing functionality.
  • [Deprecated] : for once-stable features removed in upcoming releases.
  • [Removed] : for deprecated features removed in this release.
  • [Fixed] : for any bug fixes.
  • [Security] : to invite users to upgrade in case of vulnerabilities.

Once commits have been made run the script and it will generate a CHANGELOG.md