From 2f5c7d0bd19771ba817110c43aaf3520fc8b6d8e Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Thu, 31 Mar 2022 08:13:15 -0600 Subject: [PATCH] update release time format --- lib/Dist/Zilla/PluginBundle/Author/CCM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm index 356f6c6..d1581c6 100644 --- a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm +++ b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm @@ -302,7 +302,7 @@ sub configure { $self->installer, # e.g. MakeMaker # RELEASE - ['NextRelease'], + ['NextRelease' => {format => '%-9v %{yyyy-MM-dd HH:mm:ssZZZ}d%{ (TRIAL RELEASE)}T'}], ['CheckChangesHasContent'], ['Git::Check' => {allow_dirty => [@allow_dirty], untracked_files => 'ignore'}], ['RunExtraTests'], -- 2.43.0