Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: helinanever <[email protected]>
  • Loading branch information
priitlatt and helinanever authored Sep 13, 2023
1 parent d0ee1e1 commit dde9771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Version 0.44.0
Additions and changes from [pull request #345](https://github.com/codemagic-ci-cd/cli-tools/pull/345).

**Features**
- Add new action `google-play tracks promote-release` to promote a release from one Google Play release track to another.
- Add a new action `google-play tracks promote-release` to promote a release from one Google Play release track to another.

**Development**
- Define new common argument type `bounded_number` for CLI usage that can be used to load floats and integers from CLI inputs within specified ranges.
- Add new client method `update_track` to update release track in Google Play API client `codemagic.google_play.api_client.GooglePlayDeveloperAPIClient`.
- Define a new common argument type `bounded_number` for CLI usage that can be used to load floats and integers from CLI inputs within specified ranges.
- Add a new client method `update_track` to update release track in Google Play API client `codemagic.google_play.api_client.GooglePlayDeveloperAPIClient`.
-
**Documentation**
- Update documentation for action group `google-play tracks`.
Expand Down

0 comments on commit dde9771

Please sign in to comment.