Skip to content

Commit

Permalink
Adjust release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Sep 27, 2024
1 parent 90995fb commit a0bb34c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,25 @@
},
"release-it": {
"git": {
"requireBranch": "main",
"changelog": "auto-changelog",
"commitsPath": "packages/cfpb-design-system",
"requireCommits": true
},
"hooks": {
"after:bump": "auto-changelog -p"
},
"npm": {
"versionArgs": [
"--workspaces=true"
],
"publishArgs": [
"--publish-path=packages/cfpb-design-system"
]
},
"github": {
"release": true
}
},
"type": "module",
"version": "3.2.1"
"type": "module"
}

0 comments on commit a0bb34c

Please sign in to comment.