Skip to content

Commit

Permalink
chore: add releaseType to config
Browse files Browse the repository at this point in the history
This setting is not read from the manifest config today so it is best for us to set it here for now as well. This guidance was given in googleapis/repo-automation-bots#4032

Fixes: #5964
  • Loading branch information
codyoss committed Jun 30, 2022
1 parent 477df65 commit c5e8fba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/release-please.yml
@@ -1,64 +1,77 @@
handleGHRelease: true
manifest: true
releaseType: go-yoshi

branches:
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: .release-please-manifest-submodules.json
manifestConfig: release-please-config-yoshi-submodules.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: bigquery/.release-please-manifest.json
manifestConfig: bigquery/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: bigtable/.release-please-manifest.json
manifestConfig: bigtable/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: datastore/.release-please-manifest.json
manifestConfig: datastore/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: errorreporting/.release-please-manifest.json
manifestConfig: errorreporting/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: firestore/.release-please-manifest.json
manifestConfig: firestore/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: logging/.release-please-manifest.json
manifestConfig: logging/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: profiler/.release-please-manifest.json
manifestConfig: profiler/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: pubsub/.release-please-manifest.json
manifestConfig: pubsub/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: pubsublite/.release-please-manifest.json
manifestConfig: pubsublite/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: spanner/.release-please-manifest.json
manifestConfig: spanner/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
releaseType: go-yoshi
manifestFile: storage/.release-please-manifest.json
manifestConfig: storage/release-please-config.json

0 comments on commit c5e8fba

Please sign in to comment.