Commit 6fa617ef by Ryan McKinley Committed by Torkel Ödegaard

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

parent 13c41b78
......@@ -82,6 +82,8 @@ export interface PluginBuildInfo {
repo?: string;
branch?: string;
hash?: string;
number?: number;
pr?: string;
}
export interface PluginMetaInfo {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment