Plugins: Include build number and PR in metadata (#18260)

This commit is contained in:
Ryan McKinley
2019-07-25 06:39:18 -07:00
committed by Torkel Ödegaard
parent 13c41b781a
commit 6fa617efdc

View File

@@ -82,6 +82,8 @@ export interface PluginBuildInfo {
repo?: string;
branch?: string;
hash?: string;
number?: number;
pr?: string;
}
export interface PluginMetaInfo {