Unidata / UDUNITS-2

API and utility for arithmetic manipulation of units of physical quantities
http://www.unidata.ucar.edu/software/udunits
Other
62 stars 36 forks source link

Tagged versions #20

Closed rhattersley closed 10 years ago

rhattersley commented 10 years ago

The publicised URLs for source code releases aren't stable - only the latest releases of each minor version exist in ftp://ftp.unidata.ucar.edu/pub/udunits/. It'd helpful if all the releases could be available in some form. The simplest way to acheive this would be to use git tags/GitHub releases.

semmerson commented 10 years ago

Richard,

The releases should now be tagged in the GitHub repository. Note that the commit corresponding to the latest tag will change until the corresponding release is publicly available.

Regards, Steve Emmerson

On Tue, Sep 23, 2014 at 7:03 AM, Richard Hattersley < notifications@github.com> wrote:

The publicised URLs for source code releases aren't stable - only the latest releases of each minor version exist in ftp://ftp.unidata.ucar.edu/pub/udunits/. It'd helpful if all the releases could be available in some form. The simplest way to acheive this would be to use git tags/GitHub releases https://github.com/Unidata/UDUNITS-2/releases.

— Reply to this email directly or view it on GitHub https://github.com/Unidata/UDUNITS-2/issues/20.

rhattersley commented 10 years ago

Quick work! Thanks @semmerson :smile:

pelson commented 10 years ago

This is great news! Thanks @semmerson.

semmerson commented 10 years ago

Thanks to @rhattersley for creating the issue that led me to discover the "--tags" option of git push.