Skip to content

Commit

Permalink
Fixed tag_release.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 13, 2024
1 parent 3fa43b8 commit 58539c3
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions bin/tag_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ ${GIT_EXECUTABLE} push

export tag="v${mrv2_VERSION}"

echo "--------------------------------"
echo " Will release local ${tag} in mrv2"
echo "--------------------------------"

add_local_tag $tag

echo "---------------------------------------"
echo " Will release remote ${tag} in mrv2"
Expand All @@ -103,6 +108,12 @@ add_remote_tag $tag

cd tlRender

echo "-----------------------------------"
echo " Will release local ${tag} in tlRender"
echo "-----------------------------------"

add_local_tag $tag

echo "------------------------------------------"
echo " Will release remote ${tag} in tlRender"
echo "------------------------------------------"
Expand All @@ -112,16 +123,3 @@ add_remote_tag $tag
cd ..


echo "--------------------------------"
echo " Will release ${tag} in mrv2"
echo "--------------------------------"

add_local_tag $tag

cd tlRender

echo "-----------------------------------"
echo " Will release ${tag} in tlRender"
echo "-----------------------------------"

add_local_tag $tag

0 comments on commit 58539c3

Please sign in to comment.