Skip to content

Commit

Permalink
fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Sep 27, 2013
1 parent 1d18c08 commit e682953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Keeping releases consistent is important so here are the steps to follow when pu
7. Tag the version ```git tag -a vX.X -m 'Version X.X Stable' && git push --tags```

8. Build the gem ```gem build versioncake.gemspec```
9. Push the gem to ruby gems ```gem push versioncake-vX.X.X.gem```
9. Push the gem to ruby gems ```gem push versioncake-X.X.X.gem```
10. Remove the built gem locally ```rm versioncake-X.X.X.gem```

0 comments on commit e682953

Please sign in to comment.