summaryrefslogtreecommitdiff
path: root/tool/lib/vcs.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-12-25 22:58:30 +0900
committerNobuyoshi Nakada <[email protected]>2023-12-28 15:01:25 +0900
commit67026af146d8298a4acb0514a5dc395d39275ab3 ()
treeef3eff6dc116e05d2a8e8a0d1fa4e419f4f0c214 /tool/lib/vcs.rb
parent606f7540eec509ddac3bf56accee95981eb29f92 (diff)
Exclude [ci skip] commits from ChangeLog
-rw-r--r--tool/lib/vcs.rb5
1 files changed, 4 insertions, 1 deletions
@@ -680,7 +680,10 @@ class VCS
def format_changelog(path, arg, base_url = nil)
env = {'TZ' => 'JST-9', 'LANG' => 'C', 'LC_ALL' => 'C'}
- cmd = %W"#{COMMAND} log --format=fuller --notes=commits --notes=log-fix --topo-order --no-merges"
date = "--date=iso-local"
unless system(env, *cmd, date, "-1", chdir: @srcdir, out: NullDevice, exception: false)
date = "--date=iso"