File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
228
228
<!-- ALL-CONTRIBUTORS-LIST:END -->
229
229
230
230
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`
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The following list describe the steps necessary to release a new version.
11
11
5 . SNS: https://sns.demo.springwolf.dev/
12
12
6 . SQS: https://sqs.demo.springwolf.dev/
13
13
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 )
15
15
4 . Create a new branch ` release/1.<minor-version-number>.X ` , remove the ` -SNAPHSOT ` postfix in ` .env ` , commit & push
16
16
5 . Run GitHub ` Publish releases ` pipeline from the newly created release branch
17
17
6 . Update the version number in ` .env ` for next snapshot on branch ` master ` , commit & push
You can’t perform that action at this time.
0 commit comments