Skip to content

Commit 2c8de19

Browse files
committed
Fixing contributors for 4.30
1 parent 7b87262 commit 2c8de19

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

scripts/release-updates.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@ git add "$NEW_BLOG"
2020

2121
sed -i '' "s/4\.$OLD_VERSION/4\.$NEW_VERSION/g" "$NEW_BLOG"
2222

23+
SINCE_COMMIT_DATE=$(gh api repos/seleniumhq/selenium/commits/selenium-4.${OLD_VERSION}.0 --jq '.commit.committer.date')
24+
UNTIL_COMMIT_DATE=$(gh api repos/seleniumhq/selenium/commits/selenium-4.${NEW_VERSION}.0 --jq '.commit.committer.date')
25+
2326
echo "Selenium Contributors"
24-
gh api --method GET /repos/seleniumhq/selenium/commits -f since=selenium-4.${OLD_VERSION}.0 -f per_page=1000 \
27+
gh api --method GET /repos/seleniumhq/selenium/commits -f since="$SINCE_COMMIT_DATE" -f until="$UNTIL_COMMIT_DATE" -f per_page=1000 \
2528
--jq 'map(.author.login) | unique | sort | map("{{< gh-user \"https://api.github.com/users/" + . + "\" >}}") | .[]'
2629

27-
COMMIT_DATE=$(gh api repos/seleniumhq/selenium/commits/selenium-4.${OLD_VERSION}.0 --jq '.commit.committer.date')
28-
2930
echo
3031
echo "Docs Contributors"
31-
gh api --method GET /repos/seleniumhq/seleniumhq.github.io/commits -f since="$COMMIT_DATE" -f per_page=1000 \
32+
gh api --method GET /repos/seleniumhq/seleniumhq.github.io/commits -f since="$SINCE_COMMIT_DATE" -f until="$UNTIL_COMMIT_DATE" -f per_page=1000 \
3233
--jq 'map(.author.login) | unique | sort | map("{{< gh-user \"https://api.github.com/users/" + . + "\" >}}") | .[]'
3334

3435
echo
3536
echo "Docker Contributors"
36-
gh api --method GET /repos/seleniumhq/docker-selenium/commits -f since="$COMMIT_DATE" -f per_page=1000 \
37+
gh api --method GET /repos/seleniumhq/docker-selenium/commits -f since="$SINCE_COMMIT_DATE" -f until="$UNTIL_COMMIT_DATE" -f per_page=1000 \
3738
--jq 'map(.author.login) | unique | sort | map("{{< gh-user \"https://api.github.com/users/" + . + "\" >}}") | .[]'

website_and_docs/content/blog/2025/selenium-4-30-released.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ description: >
1414
We're very happy to announce the release of Selenium 4.30 for Javascript, Ruby, Python, .NET, Java
1515
and the Grid!
1616
This version brings key updates across the project, with improvements to the BiDi protocol,
17-
extensive nullability work in .NET, better error handling, and various bug fixes. It’s a great
18-
step forward as we continue strengthening Selenium’s stability, consistency, and support across
17+
extensive nullability work in .NET, better error handling, and various bug fixes. It’s a great
18+
step forward as we continue strengthening Selenium’s stability, consistency, and support across
1919
all supported languages.
2020

2121
Links to all assets can be found on our [downloads page][downloads].
@@ -96,10 +96,10 @@ Links to all assets can be found on our [downloads page][downloads].
9696
- Node container is able to restart and retry to register when `register-period`
9797
exceeded ([#2662](https://github.com/SeleniumHQ/docker-selenium/pull/2662))
9898
- Selenium Grid scaler in KEDA feature preview
99-
- Add trigger param to set custom capabilities for matching specific
100-
Nodes ([KEDA#6536](https://github.com/kedacore/keda/pull/6536))
101-
- Add trigger param for Node enables managed downloads
102-
capability ([KEDA#6570](https://github.com/kedacore/keda/pull/6570))
99+
- Add trigger param to set custom capabilities for matching specific
100+
Nodes ([KEDA#6536](https://github.com/kedacore/keda/pull/6536))
101+
- Add trigger param for Node enables managed downloads
102+
capability ([KEDA#6570](https://github.com/kedacore/keda/pull/6570))
103103
- Helm config: Set K8s node IP to all components via env var KUBERNETES_NODE_HOST_IP in
104104
template ([#2668](https://github.com/SeleniumHQ/docker-selenium/pull/2668))
105105
- [See all changes](https://github.com/SeleniumHQ/docker-selenium/releases)
@@ -124,11 +124,15 @@ the [release notes](https://github.com/SeleniumHQ/selenium/releases/tag/4.30).
124124
<div class="d-flex justify-content-center">
125125
<div class="col-11 p-4 bg-transparent">
126126
<div class="row justify-content-center">
127-
{{< gh-user "https://api.github.com/users/Delta456" >}}
128-
{{< gh-user "https://api.github.com/users/FFederi" >}}
129-
{{< gh-user "https://api.github.com/users/navin772" >}}
130-
{{< gh-user "https://api.github.com/users/shbenzer" >}}
131-
{{< gh-user "https://api.github.com/users/yvsvarma" >}}
127+
{{< gh-user "https://api.github.com/users/Delta456" >}}
128+
{{< gh-user "https://api.github.com/users/FloKNetcare" >}}
129+
{{< gh-user "https://api.github.com/users/ahalbrock" >}}
130+
{{< gh-user "https://api.github.com/users/allrob23" >}}
131+
{{< gh-user "https://api.github.com/users/jpawlyn" >}}
132+
{{< gh-user "https://api.github.com/users/navin772" >}}
133+
{{< gh-user "https://api.github.com/users/pallavigitwork" >}}
134+
{{< gh-user "https://api.github.com/users/shs96c" >}}
135+
{{< gh-user "https://api.github.com/users/titusfortner" >}}
132136
</div>
133137
</div>
134138
</div>
@@ -139,13 +143,11 @@ the [release notes](https://github.com/SeleniumHQ/selenium/releases/tag/4.30).
139143
<div class="col-11 p-4 bg-transparent">
140144
<div class="row justify-content-center">
141145
{{< gh-user "https://api.github.com/users/Delta456" >}}
142-
{{< gh-user "https://api.github.com/users/HandyCC" >}}
143-
{{< gh-user "https://api.github.com/users/Ozoniuss" >}}
144146
{{< gh-user "https://api.github.com/users/WasiqB" >}}
145147
{{< gh-user "https://api.github.com/users/alaahong" >}}
148+
{{< gh-user "https://api.github.com/users/beinghumantester" >}}
146149
{{< gh-user "https://api.github.com/users/franciscotrenco" >}}
147-
{{< gh-user "https://api.github.com/users/manoj9788" >}}
148-
{{< gh-user "https://api.github.com/users/noritaka1166" >}}
150+
{{< gh-user "https://api.github.com/users/pallavigitwork" >}}
149151
</div>
150152
</div>
151153
</div>
@@ -155,10 +157,7 @@ the [release notes](https://github.com/SeleniumHQ/selenium/releases/tag/4.30).
155157
<div class="row justify-content-center">
156158
<div class="col-11 p-4 bg-transparent">
157159
<div class="row justify-content-center">
158-
{{< gh-user "https://api.github.com/users/KenHuPricer" >}}
159-
{{< gh-user "https://api.github.com/users/KyriosGN0" >}}
160-
{{< gh-user "https://api.github.com/users/Trigtrig" >}}
161-
{{< gh-user "https://api.github.com/users/lermit" >}}
160+
{{< gh-user "https://api.github.com/users/VietND96" >}}
162161
</div>
163162
</div>
164163
</div>

0 commit comments

Comments
 (0)