mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-15 04:12:05 +00:00
Retain release notes if no_log:true
This commit is contained in:
parent
9d9c738b23
commit
3a4169f8fa
@ -61,7 +61,9 @@ lane :bump do |options|
|
||||
unless version.nil? || version.empty?
|
||||
xcconfig_set("../#{xcconfig}", "MARKETING_VERSION", version)
|
||||
end
|
||||
system("../scripts/copy-release-notes.sh")
|
||||
unless options[:no_log]
|
||||
system("../scripts/copy-release-notes.sh")
|
||||
end
|
||||
git_commit(
|
||||
path: [
|
||||
xcconfig,
|
||||
|
Loading…
Reference in New Issue
Block a user