nyholku / purejavacomm

Pure Java implementation of JavaComm SerialPort
http://www.sparetimelabs.com/purejavacomm/index.html
BSD 3-Clause "New" or "Revised" License
363 stars 146 forks source link

Release Tags? #81

Closed sitec-mast closed 7 years ago

sitec-mast commented 8 years ago

Hi,

is planed to tag releases, e.g. Version 1.0.0?

Best regards

nyholku commented 8 years ago

Sorry, what do you mean by release tags? You mean that PJC should have some commit name convention that identified released versions?

sitec-mast commented 8 years ago

yes

leif81 commented 8 years ago

You could use just ordinary git tags or the slightly fancier github releases https://github.com/blog/1547-release-your-software

yeroc commented 8 years ago

+1

Without tags in the git repo it's not easy to match up the code that we're running with the actual source code.

nyholku commented 7 years ago

Just created my first release tag!