chore(operator): set release-as to avoid commit done in #12348 (#12596)

pull/12600/head
Joao Marcal 2 years ago committed by GitHub
parent c4ac8cc009
commit 91dab51152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      operator/release-please-config.json

@ -1,5 +1,5 @@
{
"bootstrap-sha": "d298093baa58fd31e1fe73544cea0408eb744710",
"bootstrap-sha": "c025fb003a3071130b659fe47ed0edf7c7c0fdb2",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": true,
@ -7,6 +7,7 @@
"tag-separator": "/",
"packages": {
"operator": {
"release-as": "0.6.1",
"component": "operator",
"release-type": "go",
"pull-request-title-pattern": "chore(${component}): community release ${version}",

Loading…
Cancel
Save