From 6ba0f1e116f66dd88202907b0f30dd4c4a5aa0a2 Mon Sep 17 00:00:00 2001 From: Hoseong Lee Date: Mon, 6 Jul 2026 13:26:16 -0500 Subject: [PATCH] Added the Modifying the generation script in the Protobuf Regeneration document part --- keeperapi/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keeperapi/README.md b/keeperapi/README.md index 757a686c..a089223d 100644 --- a/keeperapi/README.md +++ b/keeperapi/README.md @@ -25,3 +25,7 @@ Manual protobuf regeneration is not recommended. Instead, use the **Update Proto Trigger it manually via Actions → Update Protobuf → Run workflow. If there are changes, the workflow opens a PR from `bot/update-proto`. If a PR is already open, it updates the branch in place instead of creating a duplicate. + +### Modifying the generation script + +If you need to change the protobuf generation script itself (e.g. `scripts/generate-proto.mjs`), push your changes to a feature branch first, then trigger the **Update Protobuf** workflow from that branch. This ensures the workflow runs with your updated script and the generated output reflects your changes correctly. See [#199](https://github.com/Keeper-Security/keeper-sdk-javascript/pull/199) as an example.