We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f767ac2 commit 70c2bf9Copy full SHA for 70c2bf9
tasks/release.rb
@@ -102,7 +102,7 @@
102
abort "[ABORTING] `git status` reports a dirty tree. Make sure all changes are committed"
103
end
104
105
- unless ENV['SKIP_TAG'] || `git tag | grep '^#{tag}$`.strip.empty?
+ unless ENV['SKIP_TAG'] || `git tag | grep '^#{tag}$'`.strip.empty?
106
abort "[ABORTING] `git tag` shows that #{tag} already exists. Has this version already\n"\
107
" been released? Git tagging can be skipped by setting SKIP_TAG=1"
108
0 commit comments