Merge branch 'master' of https://gitlab.evanrichardsonphotography.com/erichardson/py-eagle-mqtt
This commit is contained in:
@@ -81,7 +81,7 @@ release:
|
|||||||
- /^([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-]+)?$/
|
||||||
script:
|
script:
|
||||||
- touch CHANGELOG.md
|
- touch CHANGELOG.md
|
||||||
- npm install @semantic-release/gitlab @semantic-release/changelog
|
- npm install @semantic-release/gitlab @semantic-release/changelog @semantic-release/git
|
||||||
- npx semantic-release
|
- npx semantic-release
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ plugins:
|
|||||||
- - "@semantic-release/changelog"
|
- - "@semantic-release/changelog"
|
||||||
- changelogFile: CHANGELOG.md
|
- changelogFile: CHANGELOG.md
|
||||||
- "@semantic-release/gitlab"
|
- "@semantic-release/gitlab"
|
||||||
|
- "@semantic-release/git"
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
- "+([0-9])?(.{+([0-9]),x}).x"
|
- "+([0-9])?(.{+([0-9]),x}).x"
|
||||||
|
|||||||
Reference in New Issue
Block a user