Skip to content

Commit

Permalink
feat(operator): test with 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoBraveCoding committed Apr 12, 2024
1 parent 9d49973 commit 9bff893
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/operator-check-manifests-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check PR and Commit
name: Check for prepare release commit

on:
pull_request:
Expand Down
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
".": "0.11.0",
".": "3.0.0",
"operator": "0.12.2"
}

1 change: 1 addition & 0 deletions operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9bff893

Please sign in to comment.