Skip to content

Commit 4089d87

Browse files
committed
Add release instructions
1 parent a0b19f0 commit 4089d87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rake/gem.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
require "fileutils"
210
require "open3"
311
require "shellwords"

0 commit comments

Comments
 (0)