anaconda / ae5-tools

A command-line tool for scripting AE5 actions
https://www.anaconda.com/enterprise/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

AENT-8360: use the `latest` revision for project downloads #193

Closed mcg1969 closed 3 months ago

mcg1969 commented 3 months ago

[Currently includes #192]

When the current project_download code sees a latest tag, it still downloads the latest tagged revision. That's because the endpoint it hits still uses the latest revision ID. Instead we should pass latest up to workbench and let it handle that. Once related tickets are closed, this will download the latest commit, not just the latest tagged commit, which is what we would prefer.

joshburt commented 2 months ago

Merged, version 0.6.9 released.