Releases: crowdin/github-action
Releases · crowdin/github-action
v1.8.1
Updated
- Bump CLI version to 3.11.1
v1.8.0
Updated
- Bump CLI version to 3.11.0
v1.7.1
Updated
- Bump CLI version to 3.10.1
v1.7.0
Added
New options:
download_sources:
description: 'Defines whether to download source files from the Crowdin project'
default: 'false'
required: false
push_sources:
description: 'Push downloaded sources to the branch'
default: 'true'
required: false
download_sources_args:
description: 'Additional arguments which will be passed to the `download sources` cli command'
default: ''
required: false
v1.6.0
Updated
- Bump CLI version to 3.10.0
Note
The majorv1
versioning is also available for now:uses: crowdin/github-action@v1
Warning
The versioning format was changed by adding thev
prefix to the version number -v1.6.0
1.5.3
Updated
- Bump CLI version to 3.9.3 in #158 by @andrii-bodnar
This includes also the CLI 3.9.2 release
1.5.2
Fixed
- Fix issue with action executing caused by
git-lfs
in #154 by @andrii-bodnar
1.5.1
Updated
- Bump CLI version to 3.9.1 in #147 by @andrii-bodnar
- Provide more usage examples in #148 by @andrii-bodnar
1.5.0
Added
- Add reviewer(s) when creating a pull-request in #145 by @ultr4nerd
- Add authentication check in #146 by @MrChrisW
1.4.16
Updated
- Bump CLI version to 3.9.0