Skip to content

Commit

Permalink
Get that sweet punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrh-is committed Dec 20, 2016
1 parent ad226c2 commit 4e84d97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
For SwiftLint contributors, follow these steps to cut a release:

1. Update version number: `make set_version 0.2.0`
2. Come up with a witty washer/dryer themed release name. Past names include:
2. Come up with a witty washer- or dryer-themed release name. Past names include:
* Tumble Dry
* FabricSoftenerRule
* Top Loading
Expand All @@ -14,12 +14,13 @@ For SwiftLint contributors, follow these steps to cut a release:
5. Tag: `git tag -a 0.2.0 -m "0.2.0: Tumble Dry"; git push origin 0.2.0`
6. Make sure you have the latest stable Xcode version installed and
`xcode-select`ed.
7. Create the pkg installer, framework zip and portable zip: `make release`
7. Create the pkg installer, framework zip, and portable zip: `make release`
8. Create a GitHub release: https://github.com/realm/SwiftLint/releases/new
* Specify the tag you just pushed from the dropdown.
* Set the release title to the new version number & release name.
* Add the changelog section to the release description text box.
* Upload the pkg installer, framework zip and portable zip you just built to
the GitHub release binaries.
* Upload the pkg installer, framework zip, and portable zip you just built
to the GitHub release binaries.
* Click "Publish release".
9. Publish to Homebrew and CocoaPods trunk: `make publish`
10. Celebrate. :tada:

0 comments on commit 4e84d97

Please sign in to comment.