Context
I have an NPM package that I want to have deployed into a private Azure DevOps NPM Registry. We have two types of the package, namely production and a beta. I ran into an issue with Azure DevOps, that it currently doesn't support tagging when publishing a new package (it removes the tags e.g. beta when published).
Question
My question is how do you guys handle this scenario and what is the best practice in Azure DevOps when you have two versions (production and beta) of an NPM package?