Open zorgiepoo opened 2 weeks ago
This sounds like a reasonable change to generate_appcast to me.
I don't think generate_appcast should update the release notes URL of existing items which already have one present (this was done when release-notes-url-prefix
was added to update the URLs of existing items, but I think this was the wrong tradeoff).
It makes sense to have an option to use a static URL as well for newly inserted updates.
As of now if you use generate_appcast I can't think of better workarounds than what you're already discovered, probably. Potentially you could have separate release note files but they could actually be symlinks or copies to the one file you care about on the server or something.
Yeah, I ended up creating a simple python file to add them to all updates.
Discussed in https://github.com/sparkle-project/Sparkle/discussions/2660