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.22k stars 202 forks source link

Perform full checkout of repository during release #3088

Closed kichristensen closed 4 months ago

kichristensen commented 4 months ago

What does this change

Perform full checkout of repository during release Otherwise git describe --tags won't work correctly, because of the missing history, causing the canary build to not be published.

What issue does it fix

Closes #3087

Checklist