]> git.agnieray.net Git - galette.git/commitdiff
Use committed date, not authored on release
authorJohan Cwiklinski <johan@x-tnd.be>
Wed, 7 Oct 2020 04:18:19 +0000 (06:18 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Wed, 7 Oct 2020 04:18:19 +0000 (06:18 +0200)
bin/release

index 3477a99e526654c19b32d267f460d3a514cbc524..8d5fedb7e42d6b7e5fcb883af30d1112edec1aa9 100755 (executable)
@@ -445,7 +445,7 @@ def valid_commit(repo, c):
 
         nightly_version = '%s (%s)' % (
             commit,
-            time.strftime('%Y-%m-%d %H:%M:%S GMT%z', time.localtime(repo_commit.authored_date)),
+            time.strftime('%Y-%m-%d %H:%M:%S GMT%z', time.localtime(repo_commit.committed_date)),
         )
 
         print(colored("""Commit information: