Skip to content

Commit 335b9a7

Browse files
committed
docs: improve all-contributors usage
1 parent e3fadf0 commit 335b9a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
228228
<!-- ALL-CONTRIBUTORS-LIST:END -->
229229

230230
To add yourself as a contributor, install the [all-contributors CLI](https://allcontributors.org/docs/en/cli/installation) and run:
231-
1. `all-contributors check`
232-
2. `all-contributors add <username> code`
233-
3. `all-contributors generate`
231+
1. `npx all-contributors-cli check`
232+
2. `npx all-contributors-cli add <username> code`
233+
3. `npx all-contributors-cli generate`

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following list describe the steps necessary to release a new version.
1111
5. SNS: https://sns.demo.springwolf.dev/
1212
6. SQS: https://sqs.demo.springwolf.dev/
1313
7. STOMP (WebSocket): https://stomp.demo.springwolf.dev/
14-
3. Update `all-contributors` in [README.md](README.md)
14+
3. Update `all-contributors` in [README.md](README.md#-contributors)
1515
4. Create a new branch `release/1.<minor-version-number>.X`, remove the `-SNAPHSOT` postfix in `.env`, commit & push
1616
5. Run GitHub `Publish releases` pipeline from the newly created release branch
1717
6. Update the version number in `.env` for next snapshot on branch `master`, commit & push

0 commit comments

Comments
 (0)