Skip to content

Releases: crowdin/github-action

v1.14.0

25 Oct 11:59
cb33a03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.1...v1.14.0

v1.13.1

18 Sep 07:26
6a189cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.13.1

v1.13.0

12 Sep 06:51
ce5235f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.13.0

v1.12.0

24 Jul 06:55
ecdf564
Compare
Choose a tag to compare

What's Changed

​- name: Crowdin Action
  uses: crowdin/github-action@v1
  with:
    upload_sources: true
    download_translations: true
    localization_branch_name: l10n_crowdin_translations
    create_pull_request: true
    pull_request_title: 'New Crowdin Translations'
    pull_request_body: 'New Crowdin translations by Crowdin GH Action'
    pull_request_base_branch_name: 'main'
+    pull_request_team_reviewers: 'crowdin-team-reviewer'
  env:
    GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
    CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
    CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.11.0

16 Jun 09:36
ee4ab4e
Compare
Choose a tag to compare

What's Changed

  • add command and command_args options. See the Crowdin CLI command section for more details.
  • add the test-action.yml GitHub workflow to test the Action
  • refine Readme
  • improve Examples
  • enforce conventional commits specification

Deprecation warning ⚠️

The add_crowdin_branch, new_branch_title, new_branch_export_pattern, new_branch_priority, and delete_crowdin_branch options were deprecated. Please use the new command and command_args options instead:

- name: Crowdin Action
  uses: crowdin/github-action@v1
  with:
    command: 'branch add'
    command_args: '--title "title" --priority "HIGH" --export-pattern "pattern"'

By @andrii-bodnar in #176

Full Changelog: v1.10.0...v1.11.0

v1.10.0

13 Jun 07:01
3133cc9
Compare
Choose a tag to compare

Updated

v1.9.0

30 May 12:14
965d501
Compare
Choose a tag to compare

Updated

v1.8.1

16 May 14:11
102b5aa
Compare
Choose a tag to compare

Updated

v1.8.0

25 Apr 06:52
3cabba4
Compare
Choose a tag to compare

Updated

v1.7.1

14 Mar 08:32
840b586
Compare
Choose a tag to compare

Updated