Can Github's Release feature be used to host an application's Sparkle appcast (RSS feed)? The goal is to eliminate the need to have another server involved to support application updates.
The challenge would be that the file's URL (referenced by an Xcode project's SUFeedURL property) wouldn't be consistent across versions:
- https://github.com/user/foobar/releases/tag/v0.1.0
- https://github.com/user/foobar/releases/tag/v0.2.0
Is there a way to do this?