Omit commit SHA1 from CHANGELOG

Unreadable without monospace.
This commit is contained in:
Davide 2024-10-29 16:02:06 +01:00
parent c8ee557091
commit 7ac5d3ce23
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 1 deletions

View File

@ -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}"