Skip to content

Commit

Permalink
chore: use shared semrel config
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Sep 27, 2024
1 parent eb07eda commit e849c11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,17 @@
},
"devDependencies": {
"@podium/eslint-config": "1.0.0",
"@podium/semantic-release-config": "2.0.0",
"@podium/test-utils": "3.0.8",
"@podium/typescript-config": "1.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "20.10.3",
"@types/readable-stream": "4.0.15",
"eslint": "9.9.1",
"express": "4.20.0",
"json-stringify-safe": "5.0.1",
"npm-run-all2": "6.2.3",
"prettier": "3.3.3",
"semantic-release": "23.1.1",
"semantic-release": "24.1.1",
"tap": "18.8.0",
"typescript": "5.5.4"
}
Expand Down
27 changes: 0 additions & 27 deletions release.config.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
extends: '@podium/semantic-release-config',
};

0 comments on commit e849c11

Please sign in to comment.