Skip to content

Commit 8a28d82

Browse files
committed
update release checklist
1 parent e40e7e3 commit 8a28d82

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

helpers/release.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,15 @@
5757
checklist.url_exist? "https://github.com/DannyBen/bashly/releases/tag/v#{version}"
5858
end
5959

60-
checklist.run "local retype" do
60+
checklist.run "local retype is on master and clean" do
61+
`git -C /vagrant/sites/bashly status`.match /On branch master.*nothing to commit/m
62+
end
63+
64+
checklist.run "local retype version" do
6165
YAML.load_file('/vagrant/sites/bashly/retype.yml')['branding']['label'] == "v#{version}"
6266
end
6367

64-
checklist.run "remote retype" do
68+
checklist.run "remote retype version" do
6569
`curl -Ss https://raw.githubusercontent.com/DannyBen/bashly-book/master/retype.yml`.include? "label: v#{version}"
6670
end
6771

0 commit comments

Comments
 (0)