gem install github_changelog_generator
因为 github 限制了 每小时 50个请求 对于匿名用户
然后 把 获得 token id
放进 .bashrc
or .zshrc
# Add ChangeLog github token
export CHANGELOG_GITHUB_TOKEN='token id'
在你的项目中,
github_changelog_generator
or
github_changelog_generator github_name/github_project
github_changelog_generator --help