diff --git a/CHANGELOG.md b/CHANGELOG.md index da08660..52a2e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## [Unreleased] -## [2.0.0] - 2024-03-04Z +## [2.0.0] - 2024-03-04 ### Changed - Bump ADUtils requirements to 12+ diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d2b7478..2b6b7bb 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -83,7 +83,8 @@ def update_changelog(target_version) changelog_path = ENV["CHANGELOG"] stamp_changelog( changelog_path: changelog_path, - section_identifier: "#{target_version}" + section_identifier: "#{target_version}", + stamp_datetime_format: '%F' ) git_add(path: changelog_path)