-
Notifications
You must be signed in to change notification settings - Fork 101
automate release process #44
Comments
Two related notes:
|
Thanks, fixed, forgot to push the 0.18 tag. The automated appcast isn't quite the same as the "manual" one. Compare:
|
Yes, they’re not the same, but they can be made pretty similar. You control the software, so if you release it (and actually append an app to download, instead of simply releasing the source) through github’s release page in a consistent manner, you can just as well grab that file and do what needs to be done to get the new version. In the end, and appcast is just a text file, and you control its contents. It’s structure is, therefore, irrelevant because you can make your script just care about what you want consistently. |
Yep, however I did not implement automatic updates myself. SoundCleod uses Sparkle to do the heavy lifting. For good reasons there is no easy way to replace appcast with the github releases atom feed. See also sparkle-project/Sparkle#648 |
As the Makefile does most of the releasing automatically, closing this. |
create a Makefile to
The text was updated successfully, but these errors were encountered: