Skip to content

Commit

Permalink
chore: cleans up release script
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Dec 20, 2019
1 parent 95450f5 commit 87e89d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ done

validate_version ${version}

git tag -a "${version}" -m"Automatically created release tag"
git tag -a "${version}" -m"Automatically created release tag"

if ! ${dry_run}; then
echo "Pushing changes to remote"
Expand Down

0 comments on commit 87e89d6

Please sign in to comment.