tzulitai commented on a change in pull request #79: [FLINK-16730][docs] Add 
walkthrough distribution as build step
URL: https://github.com/apache/flink-statefun/pull/79#discussion_r399735561
 
 

 ##########
 File path: tools/releasing/update_branch_version.sh
 ##########
 @@ -77,6 +77,9 @@ perl -pi -e "s#version_title: 
\"$OLD_VERSION\"#version_title: \"$NEW_VERSION\"#"
 find . -name 'Dockerfile*' -type f -exec perl -pi -e "s#FROM 
flink-statefun:$OLD_VERSION#FROM flink-statefun:$NEW_VERSION#" {} \;
 perl -pi -e "s#VERSION_TAG=$OLD_VERSION#VERSION_TAG=$NEW_VERSION#" 
tools/docker/build-stateful-functions.sh
 
+# Rebuild python walkthrough dist with updated versions
+./../docs/create_python_walkthrough.sh
 
 Review comment:
   This should be the relative path from project root:
   ```suggestion
   tools/docs/create_python_walkthrough.sh
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to