From 7ef2b152123d585fd663908c6b32dc076b62eff4 Mon Sep 17 00:00:00 2001 From: senzingdevops Date: Fri, 19 Apr 2024 18:56:44 +0000 Subject: [PATCH 1/3] make-go-github-file.yaml updated cmd/github.go for versioned release: 0.2.2 --- cmd/github.go | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/cmd/github.go b/cmd/github.go index 46a04ee..9d5b4a5 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -13,3 +13,18 @@ var ( githubRepositoryName string = "observe" githubVersion string = "0.2.0" ) +// 0.2.2 +// Created by make-go-github-file.yaml on Fri Apr 19 18:56:44 UTC 2024 +// +//lint:file-ignore U1000 Ignore all unused code, it's generated +package cmd + +var ( + githubDate string = "2024-04-19" + githubIteration string = "0" + githubRef string = "refs/tags/0.2.2" + githubRefName string = "0.2.2" + githubRepository string = "senzing-garage/observe" + githubRepositoryName string = "observe" + githubVersion string = "0.2.2" +) From 8ac8dfdc86cb2ba1d15e048047e406a232d57356 Mon Sep 17 00:00:00 2001 From: docktermj Date: Fri, 19 Apr 2024 15:00:46 -0400 Subject: [PATCH 2/3] Force re-test From 5b21ace7f1a493fdf065f3641ae02c8a54f48981 Mon Sep 17 00:00:00 2001 From: docktermj Date: Fri, 19 Apr 2024 15:03:41 -0400 Subject: [PATCH 3/3] Fix generated file --- cmd/github.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/cmd/github.go b/cmd/github.go index 9d5b4a5..146c5c8 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,18 +1,3 @@ -// 0.1.5 -// Created by make-go-github-file.yaml on Mon Oct 23 13:32:53 UTC 2023 -// -//lint:file-ignore U1000 Ignore all unused code, it's generated -package cmd - -var ( - githubDate string = "2024-01-02" - githubIteration string = "0" - githubRef string = "refs/tags/0.2.0" - githubRefName string = "0.2.0" - githubRepository string = "Senzing/observe" - githubRepositoryName string = "observe" - githubVersion string = "0.2.0" -) // 0.2.2 // Created by make-go-github-file.yaml on Fri Apr 19 18:56:44 UTC 2024 //