Skip to content

Commit c3ec72e

Browse files
andrii-bodnarclaude
andcommitted
chore: v3.0.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 673b1e4 commit c3ec72e

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This action allows you to easily integrate and automate the localization of your
3939
## Crowdin CLI 5
4040

4141
> [!IMPORTANT]
42-
> This is a **pre-release** version of the action (`v3`) that runs on [Crowdin CLI 5](https://github.com/crowdin/crowdin-cli/releases) — a complete rewrite that starts instantly and no longer requires Java. The command tree, the `crowdin.yml` configuration file, and the exit codes stay the same, so most workflows carry over unchanged.
42+
> The `v3` version of the action runs on [Crowdin CLI 5](https://github.com/crowdin/crowdin-cli/releases) — a complete rewrite that starts instantly and no longer requires Java. The commands, the `crowdin.yml` configuration file, and the exit codes stay the same, so most workflows carry over unchanged when upgrading from `v2`.
4343
>
4444
> If you pass custom arguments via `command`, `command_args`, or any `*_args` input, review the following breaking changes:
4545
>
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v7
7777

7878
- name: crowdin action
79-
uses: crowdin/github-action@v3.0.0-next.3
79+
uses: crowdin/github-action@v3
8080
with:
8181
upload_sources: true
8282
upload_translations: false
@@ -229,7 +229,7 @@ You can also run any other Crowdin CLI command by specifying the `command` and `
229229

230230
```yaml
231231
- name: crowdin action
232-
uses: crowdin/github-action@v3.0.0-next.3
232+
uses: crowdin/github-action@v3
233233
with:
234234
command: 'auto-translate'
235235
command_args: '-l uk --method tm --branch main'

docs/AI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v7
5050

5151
- name: Upload Sources to Crowdin
52-
uses: crowdin/github-action@v3.0.0-next.3
52+
uses: crowdin/github-action@v3
5353
with:
5454
upload_sources: true
5555
upload_translations: false
@@ -62,7 +62,7 @@ jobs:
6262
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
6363

6464
- name: Pre-translate with AI
65-
uses: crowdin/github-action@v3.0.0-next.3
65+
uses: crowdin/github-action@v3
6666
with:
6767
command: 'auto-translate'
6868
command_args: '--method ai --ai-prompt=${{ secrets.PROMPT_ID }}'
@@ -71,7 +71,7 @@ jobs:
7171
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
7272

7373
- name: Download Translations from Crowdin
74-
uses: crowdin/github-action@v3.0.0-next.3
74+
uses: crowdin/github-action@v3
7575
with:
7676
upload_sources: false
7777
upload_translations: false

docs/EXAMPLES.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v7
5252

5353
- name: Synchronize with Crowdin
54-
uses: crowdin/github-action@v3.0.0-next.3
54+
uses: crowdin/github-action@v3
5555
with:
5656
upload_sources: true
5757
upload_translations: true
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@v7
8686

8787
- name: Synchronize with Crowdin
88-
uses: crowdin/github-action@v3.0.0-next.3
88+
uses: crowdin/github-action@v3
8989
with:
9090
upload_sources: true
9191
upload_translations: false
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v7
118118

119119
- name: Crowdin sync
120-
uses: crowdin/github-action@v3.0.0-next.3
120+
uses: crowdin/github-action@v3
121121
with:
122122
upload_sources: true
123123
upload_translations: false
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/checkout@v7
152152
153153
- name: Crowdin push
154-
uses: crowdin/github-action@v3.0.0-next.3
154+
uses: crowdin/github-action@v3
155155
with:
156156
upload_sources: true
157157
upload_translations: false
@@ -178,7 +178,7 @@ jobs:
178178
uses: actions/checkout@v7
179179
180180
- name: Crowdin push
181-
uses: crowdin/github-action@v3.0.0-next.3
181+
uses: crowdin/github-action@v3
182182
with:
183183
upload_sources: true
184184
upload_translations: false
@@ -224,7 +224,7 @@ jobs:
224224
restore-keys: crowdin-${{ github.ref_name }}-
225225
226226
- name: Crowdin push
227-
uses: crowdin/github-action@v3.0.0-next.3
227+
uses: crowdin/github-action@v3
228228
with:
229229
upload_sources: true
230230
upload_translations: false
@@ -263,7 +263,7 @@ jobs:
263263
uses: actions/checkout@v7
264264
265265
- name: Crowdin pull
266-
uses: crowdin/github-action@v3.0.0-next.3
266+
uses: crowdin/github-action@v3
267267
with:
268268
upload_sources: false
269269
upload_translations: false
@@ -298,7 +298,7 @@ jobs:
298298
uses: actions/checkout@v7
299299
300300
- name: Crowdin pull
301-
uses: crowdin/github-action@v3.0.0-next.3
301+
uses: crowdin/github-action@v3
302302
with:
303303
download_translations: false
304304
download_bundle: 1
@@ -334,7 +334,7 @@ jobs:
334334
uses: actions/checkout@v7
335335
336336
- name: Synchronize with Crowdin
337-
uses: crowdin/github-action@v3.0.0-next.3
337+
uses: crowdin/github-action@v3
338338
with:
339339
upload_sources: true
340340
upload_translations: true
@@ -364,7 +364,7 @@ By default, the Action looks for the `crowdin.yml` file in the repository root.
364364
# ...
365365
366366
- name: Crowdin
367-
uses: crowdin/github-action@v3.0.0-next.3
367+
uses: crowdin/github-action@v3
368368
with:
369369
config: '.github/crowdin.yml'
370370
#...
@@ -396,7 +396,7 @@ jobs:
396396
uses: actions/checkout@v7
397397
398398
- name: Matrix
399-
uses: crowdin/github-action@v3.0.0-next.3
399+
uses: crowdin/github-action@v3
400400
with:
401401
upload_sources: false
402402
upload_translations: false
@@ -442,7 +442,7 @@ jobs:
442442
fetch-depth: 0
443443
444444
- name: Synchronize with Crowdin
445-
uses: crowdin/github-action@v3.0.0-next.3
445+
uses: crowdin/github-action@v3
446446
with:
447447
upload_sources: true
448448
upload_translations: true
@@ -527,7 +527,7 @@ There is a possibility to get the URL, number, and creation status of the Pull R
527527
```yaml
528528
# ...
529529
- name: Crowdin
530-
uses: crowdin/github-action@v3.0.0-next.3
530+
uses: crowdin/github-action@v3
531531
id: crowdin-download
532532
with:
533533
download_translations: true
@@ -588,7 +588,7 @@ jobs:
588588
permission-pull-requests: write
589589
590590
- name: Synchronize with Crowdin
591-
uses: crowdin/github-action@v3.0.0-next.3
591+
uses: crowdin/github-action@v3
592592
with:
593593
upload_sources: true
594594
download_translations: true
@@ -627,7 +627,7 @@ jobs:
627627
uses: actions/checkout@v7
628628
629629
- name: Check translation progress
630-
uses: crowdin/github-action@v3.0.0-next.3
630+
uses: crowdin/github-action@v3
631631
with:
632632
command: 'status translation'
633633
command_args: '--fail-if-incomplete'
@@ -654,7 +654,7 @@ jobs:
654654
uses: actions/checkout@v7
655655
656656
- name: Pre-translate
657-
uses: crowdin/github-action@v3.0.0-next.3
657+
uses: crowdin/github-action@v3
658658
with:
659659
command: 'auto-translate'
660660
command_args: '--language uk --method tm'

0 commit comments

Comments
 (0)