Skip to content

Commit f7dd8bb

Browse files
authored
feat(ci): use common release config (#27)
1 parent e4b8cff commit f7dd8bb

File tree

3 files changed

+84
-9
lines changed

3 files changed

+84
-9
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@commitlint/cli": "19.2.0",
3636
"@commitlint/config-conventional": "19.1.0",
3737
"@commitlint/types": "19.0.3",
38+
"@flaminc/semantic-release-configs": "1.0.0",
3839
"@types/eslint": "8.56.5",
3940
"@types/node": "20.11.28",
4041
"husky": "9.0.11",

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
* @type {import('semantic-release').Options}
33
*/
44
module.exports = {
5-
extends: ['semantic-release-npm-github-publish'],
5+
extends: ['@flaminc/semantic-release-configs/npm-github-publish'],
66
branches: ['main'],
77
}

0 commit comments

Comments
 (0)