We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents deeb265 + a841dcb commit 73cb317Copy full SHA for 73cb317
2 files changed
.github/release-please.yml
@@ -1,3 +1,17 @@
1
handleGHRelease: true
2
manifest: true
3
tagPullRequestNumber: true
4
+
5
+branches:
6
+ - branch: main
7
+ handleGHRelease: true
8
+ tagPullRequestNumber: true
9
+ manifest: true
10
+ manifestFile: .release-please-manifest.json
11
+ manifestConfig: release-please-config.json
12
13
14
15
16
17
+ manifestConfig: release-please-submodules.json
release-please-submodules.json
@@ -23,7 +23,9 @@
23
"handwritten/bigquery-storage": {
24
"component": "bigquery-storage"
25
},
26
- "handwritten/bigtable": {},
+ "handwritten/bigtable": {
27
+ "component": "bigtable"
28
+ },
29
"handwritten/cloud-profiler": {
30
"component": "cloud-profiler"
31
0 commit comments