Skip to content

Commit

Permalink
fix: 🐛 add semantic release dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Nov 2, 2020
1 parent a7a7f65 commit e8aa044
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
1 change: 0 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ steps:
from_secret: GH_TOKEN
commands:
- apk update && apk add --no-cache --no-progress git
- npm install @semantic-release/git
- npm run semantic-release
14 changes: 2 additions & 12 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator"
[
"@semantic-release/git",
{
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"@babel/types": "^7.3.3",
"@csstools/postcss-sass": "^4.0.0",
"@loadable/component": "^5.10.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/babel__core": "^7.1.2",
"@types/babel__generator": "^7.0.2",
"@types/chalk": "^2.2.0",
Expand Down

0 comments on commit e8aa044

Please sign in to comment.