feat(shorebird_cli): include flutter revision in BuildEnvironmentMetadata (#2342)

This commit is contained in:
Felix Angelov
2024-07-11 13:01:01 -05:00
committed by GitHub
parent b02d10f8f0
commit 0c48313e3e
29 changed files with 94 additions and 47 deletions
@@ -52,6 +52,7 @@ Future<void> main() async {
hasNativeChanges: false,
linkPercentage: null,
environment: BuildEnvironmentMetadata(
flutterRevision: '<FLUTTER_REVISION>', // e.g. '83305b5088e6'
operatingSystem: 'Windows',
operatingSystemVersion: '10',
shorebirdVersion: '1.2.3',
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.7.1+1';
const packageVersion = '0.7.2+1';
@@ -1,6 +1,6 @@
name: shorebird_code_push_client
description: Library which allows Dart applications to interact with the Shorebird CodePush API
version: 0.7.1+1
version: 0.7.2+1
repository: https://github.com/shorebirdtech/shorebird
publish_to: none