Skip to content

Commit

Permalink
chore: make all workspaces prerelease (npm#5452)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Sep 1, 2022
1 parent 63186c8 commit eb1998a
Showing 1 changed file with 37 additions and 12 deletions.
49 changes: 37 additions & 12 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,47 @@
"hidden": true
}
],

"packages": {
".": {
"package-name": ""
},
"workspaces/arborist": {},
"workspaces/libnpmaccess": {},
"workspaces/libnpmdiff": {},
"workspaces/libnpmexec": {},
"workspaces/libnpmfund": {},
"workspaces/libnpmhook": {},
"workspaces/libnpmorg": {},
"workspaces/libnpmpack": {},
"workspaces/libnpmpublish": {},
"workspaces/libnpmsearch": {},
"workspaces/libnpmteam": {},
"workspaces/libnpmversion": {}
"workspaces/arborist": {
"prerelease": true
},
"workspaces/libnpmaccess": {
"prerelease": true
},
"workspaces/libnpmdiff": {
"prerelease": true
},
"workspaces/libnpmexec": {
"prerelease": true
},
"workspaces/libnpmfund": {
"prerelease": true
},
"workspaces/libnpmhook": {
"prerelease": true
},
"workspaces/libnpmorg": {
"prerelease": true
},
"workspaces/libnpmpack": {
"prerelease": true
},
"workspaces/libnpmpublish": {
"prerelease": true
},
"workspaces/libnpmsearch": {
"prerelease": true
},
"workspaces/libnpmteam": {
"prerelease": true
},
"workspaces/libnpmversion": {
"prerelease": true
}
},
"exclude-packages-from-root": true,
"group-pull-request-title-pattern": "chore: release ${version}",
Expand Down

0 comments on commit eb1998a

Please sign in to comment.