Skip to content

Commit

Permalink
fix: add base config for SR
Browse files Browse the repository at this point in the history
  • Loading branch information
araphiel-nf committed Jan 24, 2024
1 parent 1d921c2 commit 6531ecb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@
"default": "./dist/sum/index.js"
}
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/npm",
{
"npmPublish": false,
"verifyConditions": false
}
]
]
},
"scripts": {
"build": "bun run build:types && bun run build:bun",
"build:bun": "bun build ./src/**/index.ts --outdir ./dist --root src",
Expand All @@ -20,6 +37,8 @@
"devDependencies": {
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/bun": "latest",
"bun": "^1.0.25",
"lefthook": "^1.6.0",
Expand Down

0 comments on commit 6531ecb

Please sign in to comment.