Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoolDock Updates

Sparkle update feed and release distribution for CoolDock by AppIt Studio.

Beta builds are delivered through the same appcast using Sparkle 2 channels (<sparkle:channel>beta</sparkle:channel>); users opt in via the app's update-channel setting. Stable users ignore channel-tagged items.

GitHub Pages for this repository must serve the main branch root (/) — that is where appcast.xml and release-notes.html are published from.

Append-only release history

appcast.xml is append-only: add each new <item> above the existing items (newest first) and never remove an older release — including beta items once the matching stable ships. Update-window licensing compares each item's pubDate with the customer's server-issued update expiry, so every item must carry the real release timestamp. Never guess or backdate a release.

Every item must use an immutable, version-specific download asset (releases/download/v{version}/CoolDock.dmg), never a reused tag.

Before committing a feed change, run:

python3 scripts/sync_keyper_releases.py --appcast appcast.xml --validate-only
xmllint --noout appcast.xml

Keyper release registration

The GitHub Actions workflow validates pull requests. After appcast.xml changes on main, it idempotently posts every retained version and pubDate to Keyper's /api/releases endpoint. It can also be run manually (workflow_dispatch). While the appcast has no <item> yet, the workflow skips validation and registration.

Repository configuration required before the first registration:

  • Secret KEYPER_RELEASE_TOKEN: the dedicated Keyper write token bound to CoolDock's stable release track. Never use the API key shipped inside the app.
  • Optional variable KEYPER_RELEASE_ENDPOINT: override for the complete HTTPS endpoint. It defaults to https://keyper.appitstudio.com/api/releases.

The workflow has read-only repository permissions and never prints the token.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages