global: use glob pattern instead of regex
Regular expressions are probably too hard to make right and are not necessary for identifying release tags. This PR replaces regex by glob patterns.
Edited by Huste, Tobias
Regular expressions are probably too hard to make right and are not necessary for identifying release tags. This PR replaces regex by glob patterns.