chore: add macOS notarization support for DMG builds (#944)

This commit is contained in:
Copilot
2025-12-21 17:36:01 +01:00
committed by GitHub
parent da122e06f1
commit a5629b8c77
8 changed files with 241 additions and 3 deletions

View File

@@ -116,6 +116,10 @@ yarn ui-test
Create a PR to `release` branch.
There needs to be a "feat: some new feature" or "fix: some bugfix" commit for a new release to be created
### macOS Notarization
macOS builds are automatically notarized during the release process. To set up notarization credentials, see [NOTARIZATION.md](NOTARIZATION.md).
## Create a beta release
Create a PR to `beta` branch. A "feat" or "fix" commit is necessary to create a new version.