We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53de9f7 commit 0b9d6e9Copy full SHA for 0b9d6e9
README.md
@@ -142,5 +142,11 @@ godoc
142
143
open http://localhost:6060/pkg/github.com/ruby-go-gem/go-gem-wrapper/ruby/
144
145
+### Release
146
+1. Run `bundle exec rake changelog`
147
+2. Add release note to [CHANGELOG.md](CHANGELOG.md)
148
+3. Update [_gem/lib/go_gem/version.rb](_gem/lib/go_gem/version.rb)
149
+4. Run `bundle exec rake release`
150
+
151
## Original idea
152
[Ruby meets Go - RubyKaigi 2015](https://rubykaigi.org/2015/presentations/mmasaki/)
0 commit comments