Hello,
i created a tag named “production” that contains a stable version of my keys and translations, then i made some modifications in the plateforme that applies to the tag “latest” (default tag), now i want to rollback and reset these modifcations and copy the “production” state to the “latest”.
I tried :
- localazy tag promote production latest
- localazy tag merge production latest latest
=> Tag with namelatest
cannot be created.
Maybe i can use another tag called “staging” but i think the plateforme shows always keys from the default tag “latest”.
How can i do so please ?