From 7ac5d3ce23390b3927fa18eaf10816595a3f6174 Mon Sep 17 00:00:00 2001 From: Davide Date: Tue, 29 Oct 2024 16:02:06 +0100 Subject: [PATCH] Omit commit SHA1 from CHANGELOG Unreadable without monospace. --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 8ea174ab..c309252b 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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}"