032 - Making Amore Automatic
Right now, publishing a Mac app with Amore means doing it manually from your own machine, which is a pain the moment you're on a team and everyone's waiting on one person to cut the release. So this month I'm building continuous delivery into Amore. The idea: push to GitHub, a workflow action triggers the Amore CLI, and it handles the whole release process (code signing, notarization, DMG packaging, etc.), then ships to Amore or an S3 bucket. Anyone on the team can trigger it. Beta channels included. In this video I sketch out the plan, the roadblocks I've already scoped, and why the CLI being standalone (instead of bundled in the Mac app) makes this doable. This is the July focus. More build-in-public updates to come.