Skip to content

Commit

Permalink
Merge pull request #2061 from cfpb/ans_releaseit_config
Browse files Browse the repository at this point in the history
Adjust release-it config
  • Loading branch information
anselmbradford authored Sep 27, 2024
2 parents 90995fb + a0bb34c commit ff26d4e
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 ff26d4e

Please sign in to comment.