Replace 'stable' keyword with 'update'.

pull/13217/head
klaases 2021-12-20 18:33:26 -08:00
parent 9a20a5296e
commit 7d9178be5f
1 changed files with 2 additions and 2 deletions

View File

@ -55,12 +55,12 @@ var (
// prBranchPrefix is the PR branch prefix; will be appended with the first 7 characters of the PR commit SHA.
prBranchPrefix = "update-preload-version_"
prTitle = `update preload version: {stable: "{{.StableVersion}}"}`
prTitle = `update preload version: {update: "{{.UpdateVersion}}"}`
)
// Data holds updated preload version.
type Data struct {
UpdateVersion string `json:"stableVersion"`
UpdateVersion string `json:"updateVersion"`
}
func main() {