File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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
228228<!-- ALL-CONTRIBUTORS-LIST:END -->
229229
230230To 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.
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 )
15154 . Create a new branch ` release/1.<minor-version-number>.X ` , remove the ` -SNAPHSOT ` postfix in ` .env ` , commit & push
16165 . Run GitHub ` Publish releases ` pipeline from the newly created release branch
17176 . 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