Skip to content

Commit

Permalink
build: change the semantic-release configuration to a shared config
Browse files Browse the repository at this point in the history
See @m-scott-lassiter/semantic-release-github-npm-config
  • Loading branch information
M-Scott-Lassiter committed May 20, 2022
1 parent 9e6f206 commit c2a19fa
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
34 changes: 32 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
}
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@m-scott-lassiter/semantic-release-github-npm-config": "^1.0.4",
"@types/jest": "^27.4.1",
"commitizen": "^4.2.4",
"cz-customizable": "^6.3.0",
Expand All @@ -66,5 +65,8 @@
},
"engines": {
"node": ">=10"
},
"release": {
"extends": "@m-scott-lassiter/semantic-release-github-npm-config"
}
}

0 comments on commit c2a19fa

Please sign in to comment.