Skip to content

Instantly share code, notes, and snippets.

@displague
Last active November 19, 2017 19:59
Show Gist options
  • Save displague/a00b1acbb95b9461a895 to your computer and use it in GitHub Desktop.
Save displague/a00b1acbb95b9461a895 to your computer and use it in GitHub Desktop.
push vagrant-linode gem
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