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 4586719 commit 6619d7c
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 @@ -28,15 +28,14 @@
"homepage": "https://github.com/podium-lib/bridge#readme",
"devDependencies": {
"@podium/eslint-config": "1.0.0",
"@podium/semantic-release-config": "2.0.0",
"@podium/typescript-config": "1.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "20.12.12",
"eslint": "9.2.0",
"jsdom": "24.0.0",
"npm-run-all2": "6.2.3",
"prettier": "3.2.5",
"semantic-release": "23.1.1",
"semantic-release": "24.1.1",
"typescript": "5.4.5"
}
}
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 6619d7c

Please sign in to comment.