Skip to content

Commit

Permalink
Don't need to update the glossary document
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Feb 5, 2025
1 parent 8039279 commit 92a88a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ sed_runner "s|blob/branch-${CURRENT_SHORT_TAG}|blob/branch-${NEXT_SHORT_TAG}|g"
# docs/source/examples.md
sed_runner "s|blob/branch-${CURRENT_SHORT_TAG}|blob/branch-${NEXT_SHORT_TAG}|g" docs/source/examples.md

# docs/source/extra_info/glossary.md
sed_runner "s|blob/branch-${CURRENT_SHORT_TAG}|blob/branch-${NEXT_SHORT_TAG}|g" docs/source/extra_info/glossary.md

# docs/source/getting_started.md
# Only do the minor version here since the full version can mess up the examples
sed_runner "s/${CURRENT_SHORT_TAG}/${NEXT_SHORT_TAG}/g" docs/source/getting_started.md
Expand Down

0 comments on commit 92a88a2

Please sign in to comment.