PreHook Tag pattern allow/reject
Issue #269
new
Hi, We have some policy to apply on repositories. Tags must be in semantic versioning.
We want to apply some pattern based on regex so specific pattern must be pushed instead of some random ones.
e.g. if 1.0.0-qa.1
is the tag then user can push it and blocked other tags if it didn't match this pattern.