Releases: crowdin/github-action
Releases · crowdin/github-action
v1.15.1
What's Changed
Full Changelog: v1.15.0...v1.15.1
v1.15.0
v1.14.1
What's Changed
- fix: allow PR titles to contain double quotes by @DReigada in #202
- docs: more examples by @andrii-bodnar in #200
- docs: Update README.md by @Andrulko in #201
New Contributors
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
- chore: CLI 3.15.0 by @andrii-bodnar
- docs: improve permissions section by @andrii-bodnar in #197
Full Changelog: v1.13.1...v1.14.0
v1.13.1
What's Changed
- fix: pull request existence condition by @andrii-bodnar in #194
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
- chore: CLI 3.14.0 by @andrii-bodnar in #189
- fix: better handling of PR creation exceptions by @andrii-bodnar in #188
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- feat: add support for team review requests by @fernandogelin in #180
- 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
- @fernandogelin made their first contribution in #180
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- add
command
andcommand_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
Updated
- Bump CLI version to 3.13.0
v1.9.0
Updated
- Bump CLI version to 3.12.0