We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8217ad8 commit b650624Copy full SHA for b650624
scripts/update_contributors.sh
@@ -16,7 +16,7 @@ projectId="316051"
16
-H "Authorization: token $GITHUB_TOKEN" |
17
jq -r '.[]|("[" + .login + "](" + .html_url + ")")' |
18
sed -e '/semantic-release-bot/d' |
19
- sort -f |
+ LC_ALL=en_US.UTF-8 sort -f |
20
sed -e 's/^/* /'
21
22
echo -e "\nThey helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):\n"
@@ -28,6 +28,6 @@ projectId="316051"
28
-d id="$projectId" |
29
jq -r '.result.contributors[].name'
30
) |
31
32
33
) >docs/Contributors.md
0 commit comments