aRTy42 / POE-ItemInfo

Item Info Script for Path of Exile
166 stars 224 forks source link

wrong dates on releases #69

Closed Eruyome closed 7 years ago

Eruyome commented 7 years ago

http://stackoverflow.com/questions/21738647/change-date-of-git-tag-or-github-release-based-on-it

using git tag in the trademacro repo also lists iteminfo tags, the last releases 2.0.1 and 2.0.2 also have the wrong date... not sure about this stuff yet but maybe I will have to use some version prefix.

git show 2.0.1 tells me that was created 2015 by Bahnzo

or take a look at submodules to see if that can be an option... http://stackoverflow.com/questions/7813030/how-can-i-have-linked-dependencies-in-a-git-repo but this seems to be very complicated to use in this case.

should we decide to never use the v prefix for iteminfo and always use it for trademacro? does this solve all problems?