Skip to content

Commit 5e66fdb

Browse files
Merge branch 'trunk' into fix/rubocop-violations
2 parents be35b01 + 6a0f5e5 commit 5e66fdb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _None_
1414

1515
### Bug Fixes
1616

17-
_None_
17+
- Prevent using non-integer `version_code` values for Android hotfixes [#167]
1818

1919
### Internal Changes
2020

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_hotfix.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def self.available_options
4646
type: String),
4747
FastlaneCore::ConfigItem.new(key: :version_code,
4848
env_name: 'FL_ANDROID_BUMP_VERSION_HOTFIX_CODE',
49-
description: 'The version code for the hotfix'),
49+
description: 'The version code for the hotfix',
50+
type: Integer),
5051
FastlaneCore::ConfigItem.new(key: :previous_version_name,
5152
env_name: 'FL_ANDROID_BUMP_VERSION_HOTFIX_PREVIOUS_VERSION',
5253
description: 'The version to branch from',

0 commit comments

Comments
 (0)