Automatically tag on merge to main
What does this MR do?
This MR adds a tag step to CI so releases are automatically tagged.
The mechanism used is the same as gemnasium uses by including https://gitlab.com/gitlab-org/security-products/ci-templates/blob/d37268e/includes-dev/upsert-git-tag.yml into the .gitlab-ci.yml file. This upsert git tag will run and automatically create a tag every time a commit it merged into main.
/cc @idawson
Edited by Craig Smith