Incorrect release tag timestamps
Closed this issue · 2 comments
matshou commented
Release tags are created before issues contained in related release are closed on Github. This is incorrect workflow practice, and has unintended consequences such as making it difficult to create automated changelogs (joffrey-bion/gradle-github-changelog#30).
The solution is to change tag timestamps to place the tag chronologically just after the release merge commit.
matshou commented
All tag timestamps have been fixed:
v1.0.0 Sat Dec 5 23:42:20 2020 +0100
v1.0.1 Sun Dec 6 01:24:17 2020 +0100
v1.0.2 Sun Dec 6 11:13:00 2020 +0100
v2.0.0 Sun Jan 31 18:12:00 2021 +0100
v2.1.0 Fri Feb 5 20:01:00 2021 +0100