Last active
November 19, 2017 19:59
-
-
Save displague/a00b1acbb95b9461a895 to your computer and use it in GitHub Desktop.
push vagrant-linode gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vi lib/vagrant-linode/version.rb | |
vi CHANGELOG.md | |
git commit -m 'version 0.1.2' lib/vagrant-linode/version.rb CHANGELOG.md | |
git tag -s v0.1.2 # -u E2D09AB6 | |
git push --tags origin master | |
gem build vagrant-linode.gemspec | |
gem push vagrant-linode-0.1.2.gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment