(MODULES-8728) Remove .project from .gitignore
[puppet-modules/puppetlabs-apt.git] / Rakefile
index cf0d5236395776072c01cb3ec8a81529bf21490b..98157db67960cb7d345f582af7164f525d3b4008 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -23,7 +23,7 @@ end
 
 def changelog_future_release
   return unless Rake.application.top_level_tasks.include? "changelog"
-  returnVal = JSON.load(File.read('metadata.json'))['version']
+  returnVal = "v%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