rector/release-notes-generator

为 Rector 仓库生成发布说明的方法

0.3.0 2024-09-18 05:11 UTC

This package is auto-updated.

Last update: 2024-09-18 08:23:35 UTC


README

为 Rector 仓库生成发布说明的方法 - https://github.com/rectorphp/rector/releases/


安装

composer require rector/release-notes-generator --dev

用法

  1. 在此处生成 GitHub 令牌: https://github.com/settings/tokens/new

  2. 运行命令

vendor/bin/rng --from-commit <commit-hash> --to-commit <commit-hash> --github-token <github_token>