Skip to content

Commit 06a68d1

Browse files
no longer tag with stir_rel_5.0.0 etc [skip ci]
just use rel_5.0.0
1 parent d7cc43d commit 06a68d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/maintenance/make_distribution.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ if [ $do_git_commit = 1 ]; then
177177
if git rev-parse "$TAG" >/dev/null 2>&1; then
178178
echo "git tag $TAG exists!. Removing"
179179
git tag -d $TAG
180-
git tag -d stir_$TAG
180+
# git tag -d stir_$TAG
181181
fi
182182
git tag -a $TAG -m "version $VERSION";
183-
git tag -a stir_$TAG -m "version $VERSION";
183+
# git tag -a stir_$TAG -m "version $VERSION";
184184
else
185185
echo "no git commit/tagging"
186186
fi

0 commit comments

Comments
 (0)