Skip to content

Commit

Permalink
build: add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Sep 18, 2024
1 parent ec1e291 commit 0b8d7dd
Show file tree
Hide file tree
Showing 3 changed files with 2,462 additions and 54 deletions.
16 changes: 16 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"branches": ["release"],
"plugins": [
["@semantic-release/commit-analyzer", { "preset": "conventionalcommits" }],
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"successComment": false,
"labels": ["r: semantic-release"],
"releasedLabels": ["released :bookmark:"],
"failComment": false
}
]
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"@willbooster/prettier-config": "9.1.2",
"babel-plugin-react-compiler": "0.0.0-experimental-23b8160-20240916",
"concurrently": "9.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-canary.157",
"eslint-config-prettier": "9.1.0",
Expand All @@ -104,6 +105,7 @@
"open-cli": "8.0.0",
"pinst": "3.0.0",
"prettier": "3.3.3",
"semantic-release": "24.1.1",
"sort-package-json": "2.10.1",
"typescript": "5.6.2",
"vitest": "2.1.1",
Expand Down
Loading

0 comments on commit 0b8d7dd

Please sign in to comment.