We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d611ed commit d6fff04Copy full SHA for d6fff04
.github/workflows/shippable_builds.yml
@@ -285,10 +285,10 @@ jobs:
285
NEW_VERSION_CODE=$(($OLD_VERSION_CODE + 1))
286
if [[ "$APP_NAME" = "thunderbird" ]]; then
287
# Estimated max version code to get through 2025 is "30"
288
- MAX_VERSION_CODE="30"
+ MAX_VERSION_CODE="52"
289
else
290
# Estimated max version code to get through 2025 is "39037"
291
- MAX_VERSION_CODE="39037"
+ MAX_VERSION_CODE="39059"
292
fi
293
elif [[ "$RELEASE_TYPE" = "daily" ]]; then
294
NEW_VERSION_CODE=$(date_version_code "$RELEASE_DATE")
0 commit comments