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

Tag releases? #74

Closed
Sjors opened this issue Feb 2, 2016 · 2 comments
Closed

Tag releases? #74

Sjors opened this issue Feb 2, 2016 · 2 comments

Comments

@Sjors
Copy link

Sjors commented Feb 2, 2016

E.g. for the latest release, this will do the trick:

git tag -a v1.3.3 fd3f89fcd94
git push --tags

This makes it easier to tell which commit corresponds to which NPM release.

@bitinn
Copy link
Collaborator

bitinn commented Feb 16, 2016

I will get to it but for now, check:

https://github.com/bitinn/node-fetch/commits/master (npm version creates a commit on version change)
https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md

@bitinn
Copy link
Collaborator

bitinn commented Mar 19, 2016

done for v1.4.0

@bitinn bitinn closed this as completed Mar 19, 2016
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

2 participants