What's Changed
- add
commandandcommand_argsoptions. See the Crowdin CLI command section for more details. - add the
test-action.ymlGitHub 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