Skip to content

Commit

Permalink
linked versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed Dec 15, 2023
1 parent f12e232 commit eb01f94
Showing 1 changed file with 46 additions and 10 deletions.
56 changes: 46 additions & 10 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,57 @@
"prerelease": false,
"packages": {
".": {
"component": "root",
"include-component-in-tag": false
},
"analyze": {},
"arcjet": {},
"arcjet-next": {},
"eslint-config": {},
"ip": {},
"logger": {},
"protocol": {},
"rollup-config": {},
"tsconfig": {}
"analyze": {
"component": "@arcjet/analyze"
},
"arcjet": {
"component": "arcjet"
},
"arcjet-next": {
"component": "@arcjet/next"
},
"eslint-config": {
"component": "@arcjet/eslint-config"
},
"ip": {
"component": "@arcjet/ip"
},
"logger": {
"component": "@arcjet/logger"
},
"protocol": {
"component": "@arcjet/protocol"
},
"rollup-config": {
"component": "@arcjet/rollup-config"
},
"tsconfig": {
"component": "@arcjet/tsconfig"
}
},
"plugins": [
{
"type": "node-workspace"
"type": "node-workspace",
"merge": false
},
{
"type": "linked-versions",
"groupName": "arcjet-js",
"components": [
"root",
"@arcjet/analyze",
"arcjet",
"@arjcet/next",
"@arcjet/eslint-config",
"@arcjet/ip",
"@arcjet/logger",
"@arcjet/protocol",
"@arcjet/rollup-config",
"@arcjet/tsconfig"
]
}
]
}

0 comments on commit eb01f94

Please sign in to comment.