google / lovefield

Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.
https://google.github.io/lovefield/
Apache License 2.0
6.81k stars 366 forks source link

Would you push git tag to GitHub, please? #61

Closed sanemat closed 9 years ago

sanemat commented 9 years ago

I want to read the diff between versions. This is a bit hard without git tag :cry:

freshp86 commented 9 years ago

Thanks for the suggestion. Adding git tags sounds useful. I 'll try to add git tags retroactively for previously released versions, and make sure we also add them for newer versions from now on. Will update this thread once done.

indera commented 9 years ago

First tag available https://github.com/google/lovefield/releases/tag/v2.0.61

arthurhsu commented 9 years ago

We'll just add tags for releases from now on. I don't see a good use of time to tag previous releases.

sanemat commented 9 years ago

Thanks!