Skip to content

Commit

Permalink
Revert unsuccessful attempt to prevent git tags looking wonky in the …
Browse files Browse the repository at this point in the history
…github ui
  • Loading branch information
friday committed Aug 24, 2021
1 parent 0b01317 commit ef013ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tag-release() {
LOG=$(cat /tmp/ulauncher-release-notes)

# Creates the tag
git tag -a $TAG -m "\n$LOG"
git tag -a $TAG -m "$LOG"

echo "Push the new tag with 'git push' and 'git push origin $TAG' (assuming origin is the correct remote)"
echo "Push the new tag with 'git push && git push origin $TAG' (assuming origin is the correct remote)"
}

0 comments on commit ef013ba

Please sign in to comment.