Skip to content

Commit

Permalink
chore: Bump semantic-release, use conventionalcommits.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Aug 15, 2024
1 parent 6a9ee1d commit 069a874
Show file tree
Hide file tree
Showing 3 changed files with 1,501 additions and 1,330 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@nestjs/core": "^9.4.3",
"@nestjs/microservices": "^9.4.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.4",
"@semantic-release/github": "^10.1.6",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@tsconfig/strictest": "^2.0.1",
"@types/jest": "^29.5.3",
"@types/node": "^16.18.38",
Expand All @@ -59,7 +59,7 @@
"protobufjs-cli": "^1.1.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"semantic-release": "^21.0.7",
"semantic-release": "^24.0.0",
"ts-jest": "^29.1.1",
"tsx": "^4.11.2",
"typescript": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
{ name: 'alpha', prerelease: true },
],
plugins: [
'@semantic-release/commit-analyzer',
['@semantic-release/commit-analyzer', { preset: 'conventionalcommits' }],
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
'@semantic-release/npm',
Expand Down
Loading

0 comments on commit 069a874

Please sign in to comment.