diff --git a/.all-contributorsrc b/.all-contributorsrc index 0cd845513..e49f22373 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -198,6 +198,51 @@ "contributions": [ "code" ] + }, + { + "login": "dipeshsingh253", + "name": "Dipesh Singh", + "avatar_url": "https://avatars.githubusercontent.com/u/84814627?v=4", + "profile": "https://dipeshsingh253.github.io/", + "contributions": [ + "code" + ] + }, + { + "login": "Sakshi-75", + "name": "Sakshi Jain", + "avatar_url": "https://avatars.githubusercontent.com/u/20265098?v=4", + "profile": "https://github.com/Sakshi-75", + "contributions": [ + "code" + ] + }, + { + "login": "SheheryarAamir", + "name": "Sheheryar Aamir", + "avatar_url": "https://avatars.githubusercontent.com/u/684528?v=4", + "profile": "https://github.com/SheheryarAamir", + "contributions": [ + "code" + ] + }, + { + "login": "jmwestbe", + "name": "jmwestbe", + "avatar_url": "https://avatars.githubusercontent.com/u/26258285?v=4", + "profile": "https://github.com/jmwestbe", + "contributions": [ + "code" + ] + }, + { + "login": "pdalfarr", + "name": "pdalfarr", + "avatar_url": "https://avatars.githubusercontent.com/u/1537201?v=4", + "profile": "https://github.com/pdalfarr", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 9dda5a233..de5b39816 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d biergit
biergit

💻 kalarani
kalarani

💻 + + Dipesh Singh
Dipesh Singh

💻 + Sakshi Jain
Sakshi Jain

💻 + Sheheryar Aamir
Sheheryar Aamir

💻 + jmwestbe
jmwestbe

💻 + pdalfarr
pdalfarr

💻 + @@ -144,6 +151,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d To add yourself as a contributor, install the [all-contributors CLI](https://allcontributors.org/docs/en/cli/installation) and run: -1. `all-contributors check` -2. `all-contributors add code` -3. `all-contributors generate` +1. `all-contributors-cli check` +2. `all-contributors-cli add code` +3. `all-contributors-cli generate` diff --git a/RELEASING.md b/RELEASING.md index ed0cb67c7..e59c53928 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -9,8 +9,9 @@ The following list describe the steps necessary to release a new version. 3. Kafka: https://kafka.demo.springwolf.dev/ 4. SNS: https://sns.demo.springwolf.dev/ 5. SQS: https://sqs.demo.springwolf.dev/ -3. Remove the `-SNAPHSOT` postfix in `.env`, create a new branch `release/0.X.X` (version number), commit & push -4. Run GitHub `Publish releases` pipeline from the newly created release branch -5. Release version in nexus -6. Update version number on website -7. Update the version number in `.env` for next snapshot on branch `master`, commit & push +3. Update `all-contributors` in [README.md](README.md) +4. Remove the `-SNAPHSOT` postfix in `.env`, create a new branch `release/0.X.X` (version number), commit & push +5. Run GitHub `Publish releases` pipeline from the newly created release branch +6. Release version in nexus +7. Update version number on website +8. Update the version number in `.env` for next snapshot on branch `master`, commit & push