File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- octopoller (0.1 .0 )
4+ octopoller (0.2 .0 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 661 . Update the version
77 1 . Checkout ` master `
88 1 . Update the constant in ` lib/octopoller/version.rb ` (when ` bundle ` is executed the version in the ` Gemfile.lock ` will be updated)
9+ 1 . Run ` bin/setup ` so that ` Gemfile.lock ` will be updated with the new version
910 1 . Commit and push directly to ` master `
10111 . Run the ` script/release ` script to cut a release
11121 . Draft a new release at < https://github.com/octokit/octopoller.rb/releases/new > containing the changelog from step 1
Original file line number Diff line number Diff line change 11module Octopoller
2- VERSION = "0.1 .0"
2+ VERSION = "0.2 .0"
33end
You can’t perform that action at this time.
0 commit comments