Skip to content

Commit

Permalink
fix: update also the package.json on release (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
puria authored Feb 27, 2024
1 parent 4189c4a commit 1c9931c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 47 deletions.
6 changes: 6 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@sinclair/typebox": "^0.32.14",
"@swc/core": "^1.4.2",
Expand All @@ -77,7 +78,6 @@
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.20",
"concurrently": "^8.2.2",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"openapi-types": "^12.1.3",
Expand Down
49 changes: 3 additions & 46 deletions pnpm-lock.yaml

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

0 comments on commit 1c9931c

Please sign in to comment.