Skip to content

Commit 5a1cab1

Browse files
authored
Update README.md (#5)
1 parent 74e4df1 commit 5a1cab1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,19 @@ composer require rector/release-notes-generator --dev
1414

1515
## Usage
1616

17-
1. Generate Github token here: https://github.com/settings/tokens/new
17+
1. Generate Github token here:
18+
19+
* https://github.com/settings/tokens/new
1820

1921
2. Run the command:
2022

2123
```bash
2224
vendor/bin/rng --from-commit <commit-hash> --to-commit <commit-hash> --github-token <github_token>
2325
```
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

Comments
 (0)