googleapis / rules_gapic

Apache License 2.0
8 stars 11 forks source link

feat(bazel): new php libs use new_surface_only #158

Closed noahdietz closed 1 year ago

noahdietz commented 1 year ago

If the BUILD.bazel didn't have a php_gapic_library before OR it's a new BUILD.bazel file altogether, it should be migration_mode = "NEW_SURFACE_ONLY". Existing php_gapic_library targets will use "PRE_MIGRATION_SURFACE_ONLY" or their existing value.

cc @bshaffer