How to trigger a GitLab CICD pipeline whenever a tag like below gets created? How can I make it in regular expression for all future tags based on the same format?
Tag to trigger the pipeline: 2021.08.31.DEVRELEASE.0001
Where DEVRELEASE is the static keyword, rest of the keywords would change.