We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e4df1 commit 5a1cab1Copy full SHA for 5a1cab1
README.md
@@ -14,10 +14,19 @@ composer require rector/release-notes-generator --dev
14
15
## Usage
16
17
-1. Generate Github token here: https://github.com/settings/tokens/new
+1. Generate Github token here:
18
+
19
+* https://github.com/settings/tokens/new
20
21
2. Run the command:
22
23
```bash
24
vendor/bin/rng --from-commit <commit-hash> --to-commit <commit-hash> --github-token <github_token>
25
```
26
27
+E.g.
28
29
+```bash
30
+vendor/bin/rng --from-commit 2.0.10 --to-commit 2.0.11 --remote-repository=rectorphp/rector-symfony --remote-repository=rectorphp/rector-doctrine --remote-repository=rectorphp/rector-phpunit --github-token ghp_<token_here>
31
+```
32
0 commit comments