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 a0b19f0 commit 4089d87Copy full SHA for 4089d87
rake/gem.rb
@@ -1,3 +1,11 @@
1
+## Releasing a new version of octofacts
2
+##
3
+## 1. Update `.version` with new version number
4
+## 2. Run `script/bootstrap` to update Gemfile.lock
5
+## 3. Commit changes, PR, and merge to master
6
+## 4. Check out master branch locally
7
+## 5. Run `bundle exec rake gem:release`
8
+
9
require "fileutils"
10
require "open3"
11
require "shellwords"
0 commit comments