Tag/Release BK Plugin to a 'latest' version everytime there is a code change

I have a building plugin, I want to tag/release it as the latest version, so every time there is a plugin code change, people using the plugin will not have to update their end. How do I achieve this? Thanks

Hello, @juggernaut and welcome to the Buildkite Community!

You don’t neet to take extra steps as Buildkite plugins usually use the repository’s release tag. So your latest plugin release in your repository will have the “latest” tag.

Cheers!