File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,3 +31,15 @@ Here are a few things you can do that will increase the likelihood of your pull
3131- [ How to Contribute to Open Source] ( https://opensource.guide/how-to-contribute/ )
3232- [ Using Pull Requests] ( https://help.github.com/articles/about-pull-requests/ )
3333- [ GitHub Help] ( https://help.github.com )
34+
35+ ## Releasing
36+
37+ If you are the current maintainer of this gem:
38+
39+ * Create a branch for the release: ` git checkout -b cut-release-vxx.xx.xx `
40+ * Ensure that tests are green: ` script/test `
41+ * Bump gem version in ` lib/chatops/controller/version.rb `
42+ * Make a PR to github/chatops-controller and merge it
43+ * Build a local gem: ` gem build chatops-controller.gemspec `
44+ * Tag and push: ` git tag vx.xx.xx; git push --tags `
45+ * Push to rubygems.org -- ` gem push chatops-controller-x.x.x.gem `
You can’t perform that action at this time.
0 commit comments