jquery-archive / plugins.jquery.com

The jQuery Plugins site
plugins.jquery.com
Other
1.24k stars 244 forks source link

Use actual tag date as release date #147

Open scottgonzalez opened 10 years ago

scottgonzalez commented 10 years ago

Right now we use git log -1 --pretty="%cD" <tag> to get the release date. However, this shows the date of the last commit in the tag, not the date of the tag itself. We should try to use the actual tag date instead.