From 705c89acfe631a0168d5f2e7a4a2212456dd97fa Mon Sep 17 00:00:00 2001 From: a3hadi Date: Fri, 12 Apr 2024 11:20:33 -0400 Subject: [PATCH] update development.md Signed-off-by: a3hadi --- development.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/development.md b/development.md index 1857f67d..14a78937 100644 --- a/development.md +++ b/development.md @@ -32,8 +32,7 @@ Note: before running the script, ensure that through the CLI, you are logged int After confirming that your changes pass local testing: 1. Clean up testing artifacts 2. Create a PR. Once your PR has been merged, a Github Actions workflow (`Docker Publish`) will be triggered, to build, tag (with `stable`), and push - all example images. This ensures that all example images are using the most up-to-date version of the SDK, i.e. the one including your - changes +all example images. This ensures that all example images are using the most up-to-date version of the SDK, i.e. the one including your changes 3. If your SDK changes included modifications to any files in `pkg/info` or `pkg/apis/proto`, then get the commit SHA of the merged PR from the previous step, and in the Numaflow repo run: ```shell