diff --git a/.github/workflows/operator-check-manifests-commit.yml b/.github/workflows/operator-check-manifests-commit.yml index 163bf8e..d362bb1 100644 --- a/.github/workflows/operator-check-manifests-commit.yml +++ b/.github/workflows/operator-check-manifests-commit.yml @@ -1,4 +1,4 @@ -name: Check PR and Commit +name: Check for prepare release commit on: pull_request: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c859dcf..8ed6023 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,4 @@ { - ".": "0.11.0", + ".": "3.0.0", "operator": "0.12.2" } - \ No newline at end of file diff --git a/operator/main.go b/operator/main.go index 6c38784..1520de1 100644 --- a/operator/main.go +++ b/operator/main.go @@ -73,6 +73,7 @@ func main() { fmt.Println("New feature for 0.12.2") fmt.Println("New feature for 0.12.2") fmt.Println("manifests") + fmt.Println("New feature for 0.12.3") uid, err := uuid.GenerateUUID() if err != nil {