ci: Release 1.3.0 for Internet Resource (#6503)

This publishes the 1.3.0 clients and gateways so that Internet Resources
will work.

The feature is still disabled for the Stripe plans until we publish the
launch post. Select customers have the feature enabled.

Closes #2667
This commit is contained in:
Jamil
2024-08-30 01:21:34 -07:00
committed by GitHub
parent c66f0c15c0
commit c6b0b0a922
19 changed files with 71 additions and 80 deletions

View File

@@ -13,18 +13,18 @@
# the relevant versions in order to push to a newly drafted release.
# Tracks the current version to use for generating download links and changelogs
current-apple-version = 1.2.1
current-android-version = 1.2.0
current-gateway-version = 1.2.0
current-gui-version = 1.2.2
current-headless-version = 1.2.0
current-apple-version = 1.3.0
current-android-version = 1.3.0
current-gateway-version = 1.3.0
current-gui-version = 1.3.0
current-headless-version = 1.3.0
# Tracks the next version to release for each platform
next-apple-version = 1.3.0
next-android-version = 1.3.0
next-gateway-version = 1.3.0
next-gui-version = 1.3.0
next-headless-version = 1.3.0
next-apple-version = 1.3.1
next-android-version = 1.3.1
next-gateway-version = 1.3.1
next-gui-version = 1.3.1
next-headless-version = 1.3.1
# macOS uses a slightly different sed syntax
ifeq ($(shell uname),Darwin)