Merge pull request #231 from inaka/master

Add future release option
This commit is contained in:
Petr Korolev
2015-05-13 09:14:34 +03:00
4 changed files with 35 additions and 26 deletions
+3
View File
@@ -98,6 +98,9 @@ module GitHubChangelogGenerator
opts.on("--simple-list", "Create simple list from issues and pull requests. Default is false.") do |v|
options[:simple_list] = v
end
opts.on("--future-release [RELEASE-VERSION]", "Put the unreleased changes in the specified release number.") do |future_release|
options[:future_release] = future_release
end
opts.on("--[no-]verbose", "Run verbosely. Default is true") do |v|
options[:verbose] = v
end