How to merge 2 branches from a tag

I have a repoitory with a master branch and a deploy branch. I have several commits into master and then I have tagged master with a tag of v0.0.2… how can I merge master tag v0.0.2 into deploy via the UI?

I can see how in command line I can get it done but the merge in the UI does not include tags with the branches?