aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLuchi <39198766+luchihoratiu@users.noreply.github.com>2021-10-01 05:53:49 -0400
committerGitHub <noreply@github.com>2021-10-01 05:53:49 -0400
commitd2322137e47fee29f7338146d5c22806f3479a01 (patch)
treeaf689d89943c138b16ecca83a745cec65b5bad4a /Rakefile
parent22db3b937d9f57f487bb37296bd41c209d69113f (diff)
parent7b6bcb6e7a77b1015dd0ea8dbef2c749123da82f (diff)
downloadpuppet-augeas_core-d2322137e47fee29f7338146d5c22806f3479a01.tar.gz
puppet-augeas_core-d2322137e47fee29f7338146d5c22806f3479a01.tar.bz2
Merge pull request #45 from GabrielNagy/MODULES-11197/update-commits-task
(MODULES-11197) Allow release prep commits in rake task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 23e44bf..2906c15 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,7 +35,7 @@ end
def changelog_future_release
return unless Rake.application.top_level_tasks.include? "changelog"
- returnVal = "%s" % 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