Skip to content

Commit def06b0

Browse files
committed
Update DEPLOYMENT with revised steps
1 parent ed176b9 commit def06b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DEPLOYMENT.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
bundle install
44

55
# Run all tests
6-
MODE=full bundle exec rake all
6+
bundle exec rake test
77

88
# Create a release branch
99
git checkout master
1010
git pull
1111
git checkout -b release-X.X.X
12+
git push --set-upstream origin release-X.X.X
1213

1314
# Update the version number
1415
bundle exec gem bump --version x.y.z

0 commit comments

Comments
 (0)