release-codexbar
FeaturedCodexBar release: versioning, notarization, appcast, Homebrew, post-release bump.
AI & Automation 21,243 stars
1883 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# CodexBar Release
Use for releasing signed/notarized macOS apps, especially repos with Sparkle appcasts and Homebrew casks.
## Start
1. Work from the app repo unless asked otherwise.
2. Check repo state, current version, latest tag/release, and release docs/scripts.
3. Confirm `CHANGELOG.md` is complete, user-facing, deduped, and dated for the release.
4. Prefer the repo release script; patch small script/test blockers instead of bypassing the release path.
5. Never print key material. Keep 1Password references and local key paths as references only.
6. Load `$release-private` if it exists before resolving Peter-owned credential locators.
## Key Material
Use `$one-password` for secret handling. `op` only in tmux/persistent shell; no broad `env`, `set`, `export -p`, or secret scans.
Known App Store Connect shape:
- fields: `private_key_p8`, `key_id`, `issuer_id`
- keep all three fields from the same 1Password item; do not mix with stale values from `~/.profile`
- resolve Peter-owned item refs from `$release-private`
Known Sparkle key:
- resolve the private key file from `$release-private`
- pass as `SPARKLE_PRIVATE_KEY_FILE`
Safe env file pattern:
```text
APP_STORE_CONNECT_API_KEY_P8=<1Password ref from release-private>
APP_STORE_CONNECT_KEY_ID=<1Password ref from release-private>
APP_STORE_CONNECT_ISSUER_ID=<1Password ref from release-private>
SPARKLE_PRIVATE_KEY_FILE=<path from release-private>
```
Run with `op run --account my.1password.com --env-file <file> --...
Details
- Author
- steipete
- Repository
- steipete/CodexBar
- Created
- 9 months ago
- Last Updated
- today
- Language
- Swift
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
release-codexbar
CodexBar release: versioning, notarization, appcast, Homebrew, post-release bump.
1 Updated 1 months ago
tomarai85 AI & Automation Listed
release
Cut a Token Tab release end-to-end — bump versions, tag, drive the draft release, build+notarize locally, publish npm, bump the Homebrew cask. Use when asked to "cut a release", "release vX.Y.Z", "ship a new version", or "publish the app".
2 Updated 1 weeks ago
YiftachCohen AI & Automation Solid
release
Step through versioning, tagging, and verification
5,775 Updated today
Devin-AXIS