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
commit895b123d362dae89da7ba6283c60c2279f7460be (patch)
tree76e12e572f3795743382a3994e10669d459e1430 /Rakefile
parent4d06bf11e5ea8d33d7675728f1c40796c5973e1d (diff)
downloadpuppet-augeas_core-895b123d362dae89da7ba6283c60c2279f7460be.tar.gz
puppet-augeas_core-895b123d362dae89da7ba6283c60c2279f7460be.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