You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This action allows you to easily integrate and automate the localization of your
39
39
## Crowdin CLI 5
40
40
41
41
> [!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`.
43
43
>
44
44
> If you pass custom arguments via `command`, `command_args`, or any `*_args` input, review the following breaking changes:
45
45
>
@@ -76,7 +76,7 @@ jobs:
76
76
uses: actions/checkout@v7
77
77
78
78
- name: crowdin action
79
-
uses: crowdin/github-action@v3.0.0-next.3
79
+
uses: crowdin/github-action@v3
80
80
with:
81
81
upload_sources: true
82
82
upload_translations: false
@@ -229,7 +229,7 @@ You can also run any other Crowdin CLI command by specifying the `command` and `
0 commit comments