(MODULES-8728) Remove .project from .gitignore

This commit is contained in:
Eimhin Laverty
2019-03-07 12:43:24 +00:00
parent ce348b258f
commit 881bcfabea
6 changed files with 14 additions and 6 deletions

View File

@@ -22,7 +22,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