From c67004e57cf4e8c570578a0462ff851b2fa6d47f Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 13 Jun 2023 19:00:57 +0200 Subject: [PATCH] Stop notarizing concurrency framework --- .github/workflows/on_push.yml | 6 ------ README.md | 7 +++++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/on_push.yml b/.github/workflows/on_push.yml index a64a2f5..dfe2079 100644 --- a/.github/workflows/on_push.yml +++ b/.github/workflows/on_push.yml @@ -132,12 +132,6 @@ jobs: ditto -c -k --keepParent "build/Release/WakaTime.app/Contents/Library/LoginItems/WakaTime Helper.app" helper.zip xcrun notarytool submit helper.zip --keychain-profile "notarytool-profile" --wait xcrun stapler staple "build/Release/WakaTime.app/Contents/Library/LoginItems/WakaTime Helper.app" - - - name: Notarize libswift_Concurrency.dylib - run: | - ditto -c -k --keepParent build/Release/WakaTime.app/Contents/Frameworks/libswift_Concurrency.dylib concurrency.zip - xcrun notarytool submit concurrency.zip --keychain-profile "notarytool-profile" --wait - xcrun stapler staple build/Release/WakaTime.app/Contents/Frameworks/libswift_Concurrency.dylib - name: Notarize App run: | diff --git a/README.md b/README.md index bf7feac..f19ab55 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ To fix linter warning(s), run `swiftlint --fix`. Pull requests and issues are welcome! See [Contributing][contributing] for more details. +The main thing to know is we require specific branch name prefixes for PRs: + +- `^major/.+` - `major` +- `^feature/.+` - `minor` +- `^bugfix/.+` - `patch` +- `^docs?/.+` - `build` +- `^misc/.+` - `build` Many thanks to all [contributors][authors]!