-
Notifications
You must be signed in to change notification settings - Fork 20
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
Tagging npm versions as git releases #7
Comments
How are pushing new versions now? Are you manually editing
Good reading: http://keepachangelog.com/en/1.0.0/
Sometimes it's useful to be able to type
I think they're useful for applications, but less so for modules or |
I use
This makes sense!
Agreed. Ok. I am going to not worry about them for my own modules, then. This was my primary thinking. |
Weird: when I look at https://github.com/RichardLitt/generator-standard-readme I don't see any tags for it. What happens when you run |
... Why weren't these pushed before? Do you need to explicitly push them? |
Yes, the default is to explicitly push them. I use this handy little shell alias for pushing, so I don't forget about tags:
|
I never release my npm modules or GitHub code as releases, and I've no real idea why I should. According to Yoshua, this would help me in a few ways: "Ideally you'd also keep a changelog, list of commits and contributors. Also npm creates git tags which GitHub reads as releases." But I'm not really sure what this means.
Unanswered questions
The text was updated successfully, but these errors were encountered: