Skip to content

Commit

Permalink
Update Versions for v23.11.00 (nv-morpheus#1059)
Browse files Browse the repository at this point in the history
This PR contains the changes from running the `ci/release/update-version.sh` script for a new release

Authors:
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)
  - Tad ZeMicheal (https://github.com/tzemicheal)

URL: nv-morpheus#1059
  • Loading branch information
mdemoret-nv authored and bsuryadevara committed Oct 4, 2023
1 parent c31e025 commit a58d23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function sed_runner() {
# .gitmodules
git submodule set-branch -b branch-${NEXT_SHORT_TAG} external/morpheus-visualizations
git submodule set-branch -b branch-${NEXT_SHORT_TAG} morpheus_utils
git submodule update --remote --recursive

if [[ "$(git diff --name-only | grep .gitmodules)" != "" ]]; then
# Only update the submodules if setting the branch changed .gitmodules. Otherwise this will undo the current commit
Expand Down

0 comments on commit a58d23c

Please sign in to comment.