Skip to content

Commit 380f640

Browse files
authored
Release 14.8.0 into trunk (#744)
2 parents 2be3704 + 61f9118 commit 380f640

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ _None_
1010

1111
### New Features
1212

13-
- Added `find_or_create_pull_request` action and `GithubHelper#find_pull_request`: returns the URL of the open Pull Request for a head branch, creating one only if none exists yet. Useful for "rolling" automations (e.g. a daily translations or dependency-update job) that force-push the same head branch on every run. [#733]
14-
- Added `ContinuousBuildCodeFormatter`, which derives an Android Play Store `versionCode` for a "continuous trunk" release model as `(major * 10 + minor) * 10^build_digits + build_number` (default `build_digits: 6`). It encodes a high-cardinality, monotonically increasing build number (e.g. a Buildkite build number) that `DerivedBuildCodeFormatter` cannot hold, validates that `minor <= 9`, and guards against exceeding the Play Store's maximum `versionCode`. [#735]
13+
_None_
1514

1615
### Bug Fixes
1716

@@ -21,6 +20,13 @@ _None_
2120

2221
_None_
2322

23+
## 14.8.0
24+
25+
### New Features
26+
27+
- `find_or_create_pull_request` action: returns the URL of the open Pull Request for a head branch, creating one only if none exists yet. [#733]
28+
- `ContinuousBuildCodeFormatter`: derives an Android Play Store `versionCode` for a "continuous trunk" release model as `(major * 10 + minor) * 10^build_digits + build_number` (default `build_digits: 6`). [#735]
29+
2430
## 14.7.0
2531

2632
### New Features

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (14.7.0)
4+
fastlane-plugin-wpmreleasetoolkit (14.8.0)
55
buildkit (~> 1.5)
66
chroma (= 0.2.0)
77
diffy (~> 3.3)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Fastlane
44
module Wpmreleasetoolkit
55
NAME = 'fastlane-plugin-wpmreleasetoolkit'
6-
VERSION = '14.7.0'
6+
VERSION = '14.8.0'
77
end
88
end

0 commit comments

Comments
 (0)