Skip to content

Commit

Permalink
Merge pull request #3 from shungang/main
Browse files Browse the repository at this point in the history
feat: init
  • Loading branch information
shungang authored Aug 23, 2023
2 parents 4761b1b + 6367614 commit 2dedebe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
{
"branches": "release",
"plugins": [
"@semantic-release/npm",
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gang001",
"version": "1.7.0",
"version": "1.0.0",
"description": "gang gang hao",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2dedebe

Please sign in to comment.