Now that you've released your module to npm
, it's time to learn how to associate that release with a particular commit on GitHub. In this lesson learn how to create a tag using git tag
and then how to associate that with a release on GitHub.
Now you can use 'npm version'. It does most of the things automatically.
Very true. However, as you'll find in the future lessons, you wont be versioning things yourself :-)
How did you add the stars to the description? What's the key command?
Excellent question :-) https://github.com/kentcdodds/ama/issues/40