mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Only create "v" tag and don't create duplicate
This commit is contained in:
parent
c9b8b20373
commit
714bddab4a
1 changed files with 0 additions and 1 deletions
1
Rakefile
1
Rakefile
|
@ -211,7 +211,6 @@ if defined?(Gem)
|
|||
sh <<-SH
|
||||
git commit --allow-empty -a -m '#{source_version} release' &&
|
||||
git tag -s v#{source_version} -m '#{source_version} release' &&
|
||||
git tag -s #{source_version} -m '#{source_version} release' &&
|
||||
git push && (git push origin || true) &&
|
||||
git push --tags && (git push origin --tags || true)
|
||||
SH
|
||||
|
|
Loading…
Reference in a new issue