We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e695d62 + 8b1d29a commit a030e32Copy full SHA for a030e32
.travis.yml
Rakefile
@@ -30,7 +30,7 @@ namespace :book do
30
locale_file = "attributes-#{lang}.adoc"
31
date_string = Time.now.strftime('%d.%m.%Y')
32
33
- version_string = ENV['TRAVIS_TAG'] || `git describe --tags`.chomp
+ version_string = `git describe --tags`.chomp
34
if version_string.empty?
35
version_string = '0'
36
end
0 commit comments