[Other] Release naming convention
thomas-rx opened this issue · 2 comments
Hello,
Can you keep the same syntax when you publish a release?
Otherwise it complicates the updates on Homebrew.
The format: v{version}/LunaSea-macOS.zip is fine.
Example:
Current version :
https://github.com/JagandeepBrar/LunaSea/releases/download/**v10.0.0**/**LunaSea-macOS**.zip
Previous version :
https://github.com/JagandeepBrar/LunaSea/releases/download/**6.0.0%2B60000006**/**LunaSea-macOS-60000006**.zip
From now on, the release naming convention will stay as the most recent release:
LunaSea-macOS.zip
The tag will now also always be: vX.Y.Z
without the build number.
It was changed because of recent changes to the CI/CD pipeline, but won't be changing from now on.
Sorry about the inconvenience!
Perfect. Thank you.