Skip to content

Commit

Permalink
Add workflows to update-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Nov 15, 2024
1 parent c703264 commit 41db108
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ for DEP in "${DEPENDENCIES[@]}"; do
done

sed_runner "s/\(PROJECT_NUMBER[[:space:]]*\)=.*/\1= ${NEXT_SHORT_TAG}/" cpp/Doxyfile

# CI files
for FILE in .github/workflows/*.yaml; do
sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
done

0 comments on commit 41db108

Please sign in to comment.