Skip to content

Commit

Permalink
feat(ci): use common release config (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
capitnflam committed Mar 20, 2024
1 parent e4b8cff commit f7dd8bb
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 9 deletions.
90 changes: 82 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@commitlint/cli": "19.2.0",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/types": "19.0.3",
"@flaminc/semantic-release-configs": "1.0.0",
"@types/eslint": "8.56.5",
"@types/node": "20.11.28",
"husky": "9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
* @type {import('semantic-release').Options}
*/
module.exports = {
extends: ['semantic-release-npm-github-publish'],
extends: ['@flaminc/semantic-release-configs/npm-github-publish'],
branches: ['main'],
}

0 comments on commit f7dd8bb

Please sign in to comment.