CA
conscious-sapphire
Only latest version should be tagged as "latest"
In most applications (like github), adding a tag like "latest" to a new version/release removes that tag from the previous one, so that only one version/release is tagged as "latest".
This is not the case on Apify where all my versions are tagged as "latest", which obviously makes no sense.
So i have 2 questions:
- Would you consider automating the removal of previous tags on the platform?
- What do you recommend to achieve this behavior using the API?

3 Replies
Post created!
This post has been synced with the Apify community site and will be indexed by search engines
Hi @Jerome
Would you consider automating the removal of previous tags on the platform?If you are addressing your screenshot, you can just select the version , then click on Tag button and delete the
latest
label from it and save it (as it is optional).
Version/release is tagged as "latest". This is not the case on Apify where all my versions are tagged as "latest", which obviously makes no sense.There is always one build of the Actor with specific tag. across all the versions. The
latest
that you see is just a information about tag that will be used when you build the version.conscious-sapphireOP•10mo ago
Hi @Pepa J , thanks for your answer.
I guess you are refering to the build sreen, which indeed makes more sense.
I'll just ignore the manual tag than
