项目作者: ManticSic

项目描述 :
Simple changelog generator using pull requests and associated milestones.
高级语言: C#
项目地址: git://github.com/ManticSic/ChangelogGenerator.git
创建时间: 2020-09-30T17:02:51Z
项目社区:https://github.com/ManticSic/ChangelogGenerator

开源协议:MIT License

下载


Build Status

ChangelogGenerator

Simple changelog generator using milestones and associated pull requests.

CLI options

ChangelogGenerator-help

Display the help screen.

ChangelogGenerator-version

Display version information.

ChangelogGenerator-new

Generate a new or override a existing changelog file.

  1. --exclude-unknown (Default: false) Exclude pull requests without milestones
  2. --owner Required. Set the owner of the repository.
  3. --repository Required. Set the repository name.
  4. --token GitHub authentication token.
  5. -o, --output (Default: CHANGELOG.md) Set output file name.
  6. -v, --verbose (Default: false) Be verbose.

ChangelogGenerator-generate

Generate a changelog for a specific milestone.

  1. --milestone Required. Title of the milestone.
  2. --owner Required. Set the owner of the repository.
  3. --repository Required. Set the repository name.
  4. --token GitHub authentication token.
  5. -o, --output (Default: CHANGELOG.md) Set output file name.
  6. -v, --verbose (Default: false) Be verbose.