Releasing a version to GitHub

Share this video with your friends

Send Tweet

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.

Andrey
Andrey
~ 9 years ago

Now you can use 'npm version'. It does most of the things automatically.

Kent C. Dodds
Kent C. Dodds(instructor)
~ 9 years ago

Very true. However, as you'll find in the future lessons, you wont be versioning things yourself :-)

Cameron Roe
Cameron Roe
~ 9 years ago

How did you add the stars to the description? What's the key command?

Kent C. Dodds
Kent C. Dodds(instructor)
~ 9 years ago

Excellent question :-) https://github.com/kentcdodds/ama/issues/40