Skip to content

Commit f0eb620

Browse files
authored
ci: install shared semantic-release configuration (#169)
1 parent 66935e3 commit f0eb620

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

knip.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
export default {
22
entry: ['configuration/*.json'],
3-
ignoreDependencies: [
4-
'@semantic-release/commit-analyzer',
5-
'@semantic-release/github',
6-
'@semantic-release/npm',
7-
'@semantic-release/release-notes-generator',
8-
],
3+
ignoreDependencies: ['@somehow-digital/semantic-release-config'],
94
project: ['configuration/**'],
105
};

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@somehow-digital/cspell-dictionary": "^2.0.0",
4242
"@somehow-digital/eslint-config": "^3.0.0",
4343
"@somehow-digital/prettier-config": "^2.0.0",
44+
"@somehow-digital/semantic-release-config": "^1.0.0",
4445
"concurrently": "^9.0.0",
4546
"cspell": "^8.8.0",
4647
"eslint": "^9.2.0",

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release.config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
export default {
2-
branches: ['main'],
3-
plugins: [
4-
'@semantic-release/commit-analyzer',
5-
'@semantic-release/release-notes-generator',
6-
'@semantic-release/github',
7-
'@semantic-release/npm',
8-
],
9-
tagFormat: '${version}',
2+
extends: ['@somehow-digital/semantic-release-config/basic'],
103
};

0 commit comments

Comments
 (0)