GitHub Actions to create Xcode release #2308
AlexPerathoner
started this conversation in
Show and tell
Replies: 1 comment
-
Nice idea and glad you were able to cook up something. Some feedback upon quickly looking at it:
Relatedly: #648 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
GitHub Actions + Xcode macOS app + Sparkle
First things first: I'm lazy. And the entire process of creating a release with Sparkle is a bit too much for me.
So better spend 20x times more time creating a GitHub Action that automates that: https://github.com/AlexPerathoner/SparkleReleaseTest
What does it do?
The owner creates a PR to
master
and comments/release
. If the PR is mergeable, the comment triggers a GitHub Action which will:Release_Notes.md
the:generate_appcast
tool from Sparkle, which will create/update the appcast.xml file in the Docs/Support folderappcast.xml
file. The update is so available for all users.Hope some of you can find this useful and save some time!
Beta Was this translation helpful? Give feedback.
All reactions