Skip to content

Commit

Permalink
Add release-it-yarn-workspaces config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Oct 28, 2021
1 parent f235ae8 commit b7b2ec6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
},
"release-it-yarn-workspaces": {
"workspaces": [
"packages/ember-stargate"
]
}
},
"git": {
Expand All @@ -41,9 +46,11 @@
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"npm": false
},
"resolutions": {
"socket.io": "4.3.1"
}
},
"version": "0.3.0"
}

0 comments on commit b7b2ec6

Please sign in to comment.