Merge make release with make publish (#5003)

To simplify the release process.
This commit is contained in:
JP Simard
2023-05-12 09:58:06 -04:00
committed by GitHub
parent 5802fd99b1
commit 15a18fd4e8
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -183,6 +183,7 @@ endif
git push origin HEAD
git push origin $(NEW_VERSION)
./tools/create-github-release.sh "$(NEW_VERSION)"
make publish
%:
@:
-1
View File
@@ -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: