You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReleaseDatestring`long:"release-date" short:"d" description:"release date of the tile"`
32
-
TemplateNamestring`long:"template" short:"t" description:"path to template"`
33
-
GithubTokenstring`long:"github-token" short:"g" description:"auth token for fetching issues merged between releases" env:"GITHUB_TOKEN"`
34
-
GithubHoststring`long:"github-host" description:"set this when you are using GitHub enterprise" env:"GITHUB_HOST"`
35
-
Kilnfilestring`long:"kilnfile" short:"k" description:"path to Kilnfile"`
36
-
DocsFilestring`long:"update-docs" short:"u" description:"path to docs file to update"`
37
-
Windowstring`long:"window" short:"w" description:"GA window for release notes" default:"ga"`
38
-
VariableFiles []string`long:"variables-file" short:"vf" description:"path to a file containing variables to interpolate"`
39
-
Variables []string`long:"variable" short:"vr" description:"key value pairs of variables to interpolate"`
31
+
ReleaseDatestring`long:"release-date" short:"d" description:"release date of the tile"`
32
+
TemplateNamestring`long:"template" short:"t" description:"path to template"`
33
+
GithubIssuesServiceTokenstring`long:"github-token" short:"g" description:"auth token for fetching issues and milestones with labels" env:"GITHUB_TOKEN"`
34
+
GithubHoststring`long:"github-host" description:"set this when you are using GitHub enterprise to fetch issues, milestones or notes for bosh releases" env:"GITHUB_HOST"`
35
+
Kilnfilestring`long:"kilnfile" short:"k" description:"path to Kilnfile"`
36
+
DocsFilestring`long:"update-docs" short:"u" description:"path to docs file to update"`
37
+
Windowstring`long:"window" short:"w" description:"GA window for release notes" default:"ga"`
38
+
VariableFiles[]string`long:"variables-file" short:"vf" description:"path to a file containing variables to interpolate"`
39
+
Variables[]string`long:"variable" short:"vr" description:"key value pairs of variables to interpolate"`
0 commit comments