Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmarechal committed Dec 27, 2022
1 parent 9e5953d commit b5886b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ROOT=$(dirname "$0")

INCLUDED_FILES="dynatrace_exporter.py dynatrace_exporter.yml requirements.txt LICENCE README.md"
INCLUDED_FILES="dynatrace_exporter.py dynatrace_exporter.yml requirements.txt LICENSE README.md"

RELEASE_BRANCH_PREFIX="release/"
RELEASE_BRANCH_PREFIX_REGEX="${RELEASE_BRANCH_PREFIX/\//\\\/}"
Expand Down Expand Up @@ -41,7 +41,7 @@ EOM
}

echoeval(){
echo "$*"
echo ">>> $*"
eval "$*"
}

Expand Down Expand Up @@ -180,6 +180,7 @@ _cmd_create_version(){
echo "returning back to previous branch $current_branch..."
git checkout $current_branch

echo ""
echo "DONE!"
}

Expand Down

0 comments on commit b5886b1

Please sign in to comment.