Skip to content

Commit 9be2132

Browse files
committed
display the commands during run
1 parent ae7259a commit 9be2132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tag-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
# script to tag the release and commit the changes
3+
set -x #echo on
34

45
TAG=$1 # the tag
56
BRANCH=$2 # the maintenance/vXXX branch

0 commit comments

Comments
 (0)