Skip to content

Commit ee34d76

Browse files
hleekeepersgaddala-ks
authored andcommitted
Added the Modifying the generation script in the Protobuf Regeneration document part (#200)
1 parent 3dda497 commit ee34d76

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

keeperapi/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ Manual protobuf regeneration is not recommended. Instead, use the **Update Proto
2525
Trigger it manually via Actions → Update Protobuf → Run workflow.
2626

2727
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.
28+
29+
### Modifying the generation script
30+
31+
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.

0 commit comments

Comments
 (0)