build: Create and upload changelog file
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
2538247718
commit
377885f802
@ -137,6 +137,7 @@ steps:
|
|||||||
- |
|
- |
|
||||||
npm install \
|
npm install \
|
||||||
semantic-release \
|
semantic-release \
|
||||||
|
@semantic-release/changelog \
|
||||||
@semantic-release/commit-analyzer \
|
@semantic-release/commit-analyzer \
|
||||||
@semantic-release/git \
|
@semantic-release/git \
|
||||||
@semantic-release/release-notes-generator
|
@semantic-release/release-notes-generator
|
||||||
@ -146,7 +147,7 @@ steps:
|
|||||||
npx semantic-release \
|
npx semantic-release \
|
||||||
--branches ${DRONE_BRANCH} \
|
--branches ${DRONE_BRANCH} \
|
||||||
--tag-format "v\$${version}" \
|
--tag-format "v\$${version}" \
|
||||||
--plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/git
|
--plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/changelog,@semantic-release/git
|
||||||
environment:
|
environment:
|
||||||
GIT_APIKEY:
|
GIT_APIKEY:
|
||||||
from_secret: git_apikey
|
from_secret: git_apikey
|
||||||
|
Loading…
Reference in New Issue
Block a user