You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add Release Please manifest/config so version PRs update CHANGELOG.md, version.txt, .release-please-manifest.json, and both support/Info.plist version fields
make package-release reusable so automated releases package the notarized Sparkle archive and upload agentd.zip, appcast.xml, checksums, and signing evidence to the GitHub release
add CI guards for release metadata drift and PR titles that Release Please can parse
document the automated release flow and the optional AGENTD_RELEASE_TOKEN secret for bot-created release PR CI
Release Please dry-run in a disposable clone with a conventional test commit would open a 0.0.3 release PR and update CHANGELOG.md, version.txt, support/Info.plist, and .release-please-manifest.json
Medium Risk
Medium risk because it changes GitHub Actions permissions/secrets usage and automates release creation plus asset uploads, which can affect the integrity of published artifacts if misconfigured.
Overview
Adds an automated release lane using release-please on main to open/merge version PRs and, on release creation, trigger a reusable package-release workflow that builds, notarizes, generates Sparkle update metadata, and optionally uploads artifacts directly to the GitHub Release.
CI now enforces release hygiene by validating release metadata consistency (version.txt, .release-please-manifest.json, release-please-config.json, and support/Info.plist) and requiring PR titles to match a Conventional Commits pattern via new scripts. Documentation is updated to describe the automated flow, required secrets, and manual packaging options.
Reviewed by Cursor Bugbot for commit 5e0b4b4. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CHANGELOG.md,version.txt,.release-please-manifest.json, and bothsupport/Info.plistversion fieldspackage-releasereusable so automated releases package the notarized Sparkle archive and uploadagentd.zip,appcast.xml, checksums, and signing evidence to the GitHub releaseAGENTD_RELEASE_TOKENsecret for bot-created release PR CITest plan
actionlintpython3 scripts/validate_release_metadata.pypython3 scripts/validate_pr_title.py 'feat: automate agentd releases'python3 scripts/validate_pr_title.py 'Fix capture recovery'fails as expectedpython3 scripts/sparkle_appcast.py self-testpython3 scripts/mock_chronicle.py --self-test Tests/Fixtures/chroniclepython3 scripts/macos_availability_audit.pyswift build -Xswiftc -warnings-as-errorsswift testxcrun swift-format lint --strict --recursive Sources Tests Package.swiftscripts/package_app.sh0.0.3release PR and updateCHANGELOG.md,version.txt,support/Info.plist, and.release-please-manifest.json