cocolabs / pz-zdoc

ZomboidDoc is a Lua library compiler for Project Zomboid.
GNU General Public License v3.0
26 stars 10 forks source link

Incorrect release tag timestamps #40

Closed matshou closed 3 years ago

matshou commented 3 years ago

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 (https://github.com/joffrey-bion/gradle-github-changelog/issues/30).

The solution is to change tag timestamps to place the tag chronologically just after the release merge commit.

matshou commented 3 years ago

This issue is blocking #39 from being worked on.

matshou commented 3 years ago

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