feat(shorebird_cli): include flutter revision in BuildEnvironmentMetadata (#2342)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user