JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.28k stars 63 forks source link

[Other] Release naming convention #638

Closed thomas-rx closed 2 years ago

thomas-rx commented 2 years ago

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

JagandeepBrar commented 2 years ago

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!

thomas-rx commented 2 years ago

Perfect. Thank you.