Skip to content

Commit 63ce8fa

Browse files
authored
Release 8.2.0 (#403)
* Release 8.2.0 * update some docs
1 parent 8a08021 commit 63ce8fa

File tree

5 files changed

+51
-2382
lines changed

5 files changed

+51
-2382
lines changed

Rakefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ task :release => :gem do
101101
exit!
102102
end
103103

104-
branch_name = "release_#{version.gsub('.', '_')}"
105-
sh "git checkout -b #{branch_name}"
106-
107104
# ensure gems are installed
108105
`bundle update`
109106

@@ -115,6 +112,9 @@ task :release => :gem do
115112
sh 'git pull'
116113
sh "git tag #{tag_name}"
117114

115+
branch_name = "release_#{version.gsub('.', '_')}"
116+
sh "git checkout -b #{branch_name}"
117+
118118
# update notes now that there's a new tag
119119
Rake::Task['notes'].execute
120120
Rake::Task['docs'].execute

0 commit comments

Comments
 (0)