aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorciprianbadescu <51971875+ciprianbadescu@users.noreply.github.com>2019-11-01 09:21:35 +0200
committerGitHub <noreply@github.com>2019-11-01 09:21:35 +0200
commit4aa7bdba01493007b0d485b7ed78aee5ff347dca (patch)
treeb3c20d6de9c0cfc2bb3bbd04931bd7e6c01b311e /Rakefile
parentd8a221103a87fc3066e56f390d16c56ddf25e44d (diff)
parentfe2b9265f46071272c02297c801f03a612653373 (diff)
downloadpuppet-cron_core-4aa7bdba01493007b0d485b7ed78aee5ff347dca.tar.gz
puppet-cron_core-4aa7bdba01493007b0d485b7ed78aee5ff347dca.tar.bz2
Merge pull request #28 from puppetlabs/pdksync_release
pdksync - (maint) 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