Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use versioning and tags #23

Closed
jimaek opened this issue Mar 19, 2013 · 9 comments
Closed

Use versioning and tags #23

jimaek opened this issue Mar 19, 2013 · 9 comments

Comments

@jimaek
Copy link

jimaek commented Mar 19, 2013

Make it easier to identify new versions by adding a version comment in the source or use the github version tag system.

@xr09
Copy link

xr09 commented Mar 19, 2013

Tags make people more willing to try it, for some downloading master feels like getting testing code. (not me I download anything)

Anyway, a 0.1 tag won't hurt.

@mikehaertl
Copy link

+1.

Without tags you can only use commit ids to refer to a specific version - which is awkward. Every piece of public software should use a version tag, right from the start. They are very easy to add.

git tag 0.0.1
git push origin 0.0.1

@fizerkhan
Copy link
Contributor

+1

2 similar comments
@jamesward
Copy link

👍

@marijn
Copy link

marijn commented Aug 14, 2013

👍

This was referenced Aug 14, 2013
@mikehaertl
Copy link

@nnnick I'm sorry, but may I ask, what is the problem to add the tags? It's a matter of 1 minute and would make many people more happy. It's totally fine to have a 0.0.1 tag or similar. But at least add something :).

@mixomat
Copy link

mixomat commented Jan 6, 2014

👍

1 similar comment
@Anahkiasen
Copy link

👍

@nnnick
Copy link
Member

nnnick commented Jul 27, 2014

Sorry this has taken a while - but yeah newer releases have been tagged in git now and will be moving forward.

@nnnick nnnick closed this as completed Jul 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants