Skip to content

Commit

Permalink
chore: update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshimichi0915 committed May 31, 2023
1 parent 941763e commit 5f92905
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
14 changes: 2 additions & 12 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"dist/**/*.{js,css}",
"docs",
"*.md",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
"@semantic-release/git",
"@semantic-release/github"
]
}
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
"url": "git@github.com:Toshimichi0915/next-pipe.git"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^11.0.2",
"@types/node": "^20.1.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@vitest/coverage-c8": "^0.31.1",
Expand Down

0 comments on commit 5f92905

Please sign in to comment.