Skip to content

Commit 85a5099

Browse files
committed
Rename repo to strings-openapi
1 parent 61106ed commit 85a5099

File tree

11 files changed

+775
-775
lines changed

11 files changed

+775
-775
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config --global user.email "support@phrase.com"
3333
git config --global user.name "Phrase"
3434
git add .
35-
git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}"
35+
git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}"
3636
PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md)
3737
git tag -a v$PACKAGE_VERSION -m v$PACKAGE_VERSION || true
3838
git push --tags origin master
@@ -68,7 +68,7 @@ jobs:
6868
git config --global user.email "support@phrase.com"
6969
git config --global user.name "Phrase"
7070
git add .
71-
git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}"
71+
git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}"
7272
PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md)
7373
git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true
7474
git push --tags origin master
@@ -99,7 +99,7 @@ jobs:
9999
git config --global user.email "support@phrase.com"
100100
git config --global user.name "Phrase"
101101
git add .
102-
git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}"
102+
git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}"
103103
PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md)
104104
git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true
105105
git push --tags origin master
@@ -130,7 +130,7 @@ jobs:
130130
git config --global user.email "support@phrase.com"
131131
git config --global user.name "Phrase"
132132
git add .
133-
git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}"
133+
git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}"
134134
PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md)
135135
git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true
136136
git push --tags origin master
@@ -161,7 +161,7 @@ jobs:
161161
git config --global user.email "support@phrase.com"
162162
git config --global user.name "Phrase"
163163
git add .
164-
git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}"
164+
git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}"
165165
PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md)
166166
git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true
167167
git push --tags origin master
@@ -192,7 +192,7 @@ jobs:
192192
git config --global user.email "support@phrase.com"
193193
git config --global user.name "Phrase"
194194
git add .
195-
git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}"
195+
git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}"
196196
PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md)
197197
git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true
198198
git push --tags origin master
@@ -223,7 +223,7 @@ jobs:
223223
git config --global user.email "support@phrase.com"
224224
git config --global user.name "Phrase"
225225
git add .
226-
git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}"
226+
git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}"
227227
PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md)
228228
git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true
229229
git push --tags origin master

.github/workflows/developer-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
event-type: trigger-strings-workflow
1919
client-payload: >-
2020
{
21-
"source": "phrase/openapi",
21+
"source": "phrase/strings-openapi",
2222
"type": "update",
2323
"pr_author": "${{ github.event.pull_request.user.login }}",
2424
"pr_url": "${{ github.event.pull_request.html_url }}"

clients/cli/CHANGELOG.md

Lines changed: 168 additions & 168 deletions
Large diffs are not rendered by default.

clients/java/CHANGELOG.md

Lines changed: 134 additions & 134 deletions
Large diffs are not rendered by default.

clients/php/CHANGELOG.md

Lines changed: 144 additions & 144 deletions
Large diffs are not rendered by default.

clients/ruby/CHANGELOG.md

Lines changed: 120 additions & 120 deletions
Large diffs are not rendered by default.

clients/typescript/CHANGELOG.md

Lines changed: 124 additions & 124 deletions
Large diffs are not rendered by default.

docs/openapi workflow.svg

Lines changed: 71 additions & 71 deletions
Loading

docs/workflow.plantuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
skinparam backgroundColor #fefefe
33

44
collections "* API changes\n* bug fixes" as changes #PaleGreen
5-
folder "phrase/openapi" as openapi #AliceBlue
5+
folder "phrase/strings-openapi" as openapi #AliceBlue
66
control "build" as actions
77

88
artifact docs

openapi-generator/java_lang.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ invokerPackage: com.phrase.client
1515
licenseName: MIT
1616
licenseUrl: https://choosealicense.com/licenses/mit/
1717
modelPackage: com.phrase.client.model
18-
scmConnection: scm:git:git@github.com:phrase/openapi.git
19-
scmDeveloperConnection: scm:git:git@github.com:phrase/openapi.git
20-
scmUrl: https://github.com/phrase/openapi
18+
scmConnection: scm:git:git@github.com:phrase/strings-openapi.git
19+
scmDeveloperConnection: scm:git:git@github.com:phrase/strings-openapi.git
20+
scmUrl: https://github.com/phrase/strings-openapi
2121
java8: true
2222
dateLibrary: java8
2323
templateDir: openapi-generator/templates/java

0 commit comments

Comments
 (0)