diff --git a/Makefile b/Makefile index 30bef14d0..4a613629a 100644 --- a/Makefile +++ b/Makefile @@ -183,6 +183,7 @@ endif git push origin HEAD git push origin $(NEW_VERSION) ./tools/create-github-release.sh "$(NEW_VERSION)" + make publish %: @: diff --git a/Releasing.md b/Releasing.md index 4319252c1..fe7520ad4 100644 --- a/Releasing.md +++ b/Releasing.md @@ -11,5 +11,4 @@ For SwiftLint contributors, follow these steps to cut a release: `xcode-select`ed 1. Release new version: `make release "0.2.0: Tumble Dry"` 1. Wait for the Docker CI job to finish then run: `make zip_linux_release` -1. Publish to Homebrew and CocoaPods trunk: `make publish` 1. Celebrate. :tada: