Skip to content

Commit

Permalink
fix: add npm semantic release (#8)
Browse files Browse the repository at this point in the history
* fix: 🐛增加 sementic-release

* fix: semantic-relase needs git

* fix: add npm auto release
  • Loading branch information
lizheming authored Nov 2, 2020
1 parent c27d41f commit aecee20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"message": "chore(🤖):${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/npm",
"@semantic-release/github"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/npm": "^7.0.6",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/babel__core": "^7.1.2",
"@types/babel__generator": "^7.0.2",
Expand Down

0 comments on commit aecee20

Please sign in to comment.