cli/pending.rb in schmersion-1.0.1 vs cli/pending.rb in schmersion-1.1.0
- old
+ new
@@ -22,10 +22,11 @@
repo = Schmersion::Repo.new(FileUtils.pwd)
current_version, next_version = repo.pending_version(
from: context.options[:from],
to: context.options[:to],
version_options: {
- pre: context.options[:pre]
+ pre: context.options[:pre],
+ breaking_change_not_major: repo.config.version_options[:breaking_change_not_major]
}
)
puts
if current_version