Don't semantic release on tags
This commit is contained in:
@@ -83,6 +83,9 @@ release:
|
|||||||
- /^(([0-9]+)\.)?([0-9]+)\.x/
|
- /^(([0-9]+)\.)?([0-9]+)\.x/
|
||||||
# This matches pre-releases
|
# This matches pre-releases
|
||||||
- /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
|
- /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
|
||||||
|
except:
|
||||||
|
refs:
|
||||||
|
- tags
|
||||||
script:
|
script:
|
||||||
- touch CHANGELOG.md
|
- touch CHANGELOG.md
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
|
|||||||
Reference in New Issue
Block a user