Omit commit SHA1 from CHANGELOG
Unreadable without monospace.
This commit is contained in:
parent
c8ee557091
commit
7ac5d3ce23
|
@ -24,7 +24,7 @@ desc "Bump version"
|
|||
lane :bump do |options|
|
||||
unless options[:only]
|
||||
log = changelog_from_git_commits(
|
||||
pretty: "* %h %s",
|
||||
pretty: "* %s",
|
||||
date_format: "short"
|
||||
)
|
||||
path = "../#{logname}"
|
||||
|
|
Loading…
Reference in New Issue