Don't semantic release on tags

This commit is contained in:
2021-05-09 06:18:31 +00:00
parent 49a8693fc0
commit e83a7bbfae

View File

@@ -83,6 +83,9 @@ release:
- /^(([0-9]+)\.)?([0-9]+)\.x/
# This matches pre-releases
- /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
except:
refs:
- tags
script:
- touch CHANGELOG.md
- apk add --no-cache git