Skip to content

Commit 835e35a

Browse files
chore: enable context-aware commits (#39)
1 parent cba28a3 commit 835e35a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/google-cloud-firestore/synth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
import synthtool as s
1717
from synthtool import gcp
1818

19+
AUTOSYNTH_MULTIPLE_PRS = True
20+
AUTOSYNTH_MULTIPLE_COMMITS = True
21+
1922
gapic = gcp.GAPICBazel()
2023
common = gcp.CommonTemplates()
2124
versions = ["v1beta1", "v1"]

0 commit comments

Comments
 (0)