getporter / porter

Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.
https://porter.sh
Apache License 2.0
1.23k stars 204 forks source link

Calculate the version correctly from tag #3167

Closed kichristensen closed 3 months ago

kichristensen commented 3 months ago

What does this change

During the last release there was an issue where the pipeline published the canary version instead of the finalized released. This happens because the build scripts calculate the version incorrectly when multiple tags are present on the same commit.

The issue have been fixed in the magefiles.

Checklist