aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormihaibuzgau <mihai.buzgau@puppet.com>2019-10-31 14:27:14 +0200
committermihaibuzgau <mihai.buzgau@puppet.com>2019-10-31 18:01:08 +0200
commitfe2b9265f46071272c02297c801f03a612653373 (patch)
treeb3c20d6de9c0cfc2bb3bbd04931bd7e6c01b311e /Rakefile
parentd8a221103a87fc3066e56f390d16c56ddf25e44d (diff)
downloadpuppet-cron_core-fe2b9265f46071272c02297c801f03a612653373.tar.gz
puppet-cron_core-fe2b9265f46071272c02297c801f03a612653373.tar.bz2
Prep for release
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 395df54..e1d5f7b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@ end
def changelog_future_release
return unless Rake.application.top_level_tasks.include? "changelog"
- returnVal = "v%s" % JSON.load(File.read('metadata.json'))['version']
+ returnVal = "%s" % JSON.load(File.read('metadata.json'))['version']
raise "unable to find the future_release (version) in metadata.json" if returnVal.nil?
puts "GitHubChangelogGenerator future_release:#{returnVal}"
returnVal