Skip to content

Commit

Permalink
chore: remove version policy linked to the module, as they are always…
Browse files Browse the repository at this point in the history
… specified by the CI
  • Loading branch information
Bastien Gatellier committed Oct 8, 2023
1 parent b204508 commit 9b62d7a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,55 +386,55 @@
{
"packageName": "@fabernovel/heart-api",
"projectFolder": "modules/api",
"versionPolicyName": "nextMajor",
"shouldPublish": true,
"tags": ["server", "api"]
},
{
"packageName": "@fabernovel/heart-cli",
"projectFolder": "modules/cli",
"versionPolicyName": "nextMajor",
"shouldPublish": true,
"tags": ["cli"]
},
{
"packageName": "@fabernovel/heart-common",
"projectFolder": "modules/common",
"versionPolicyName": "nextMajor",
"shouldPublish": true,
"tags": ["common"]
},
{
"packageName": "@fabernovel/heart-greenit",
"projectFolder": "modules/greenit",
"versionPolicyName": "nextMajor",
"shouldPublish": true,
"tags": ["analysis", "greenit"]
},
{
"packageName": "@fabernovel/heart-lighthouse",
"projectFolder": "modules/lighthouse",
"versionPolicyName": "nextMajor",
"shouldPublish": true,
"tags": ["analysis", "lighthouse"]
},
{
"packageName": "@fabernovel/heart-mysql",
"projectFolder": "modules/mysql",
"versionPolicyName": "nextMajor",
"shouldPublish": true,
"tags": ["listener", "mysql"]
},
{
"packageName": "@fabernovel/heart-observatory",
"projectFolder": "modules/observatory",
"versionPolicyName": "nextMajor",
"shouldPublish": true,
"tags": ["analysis", "observatory"]
},
{
"packageName": "@fabernovel/heart-slack",
"projectFolder": "modules/slack",
"versionPolicyName": "nextMajor",
"shouldPublish": true,
"tags": ["listener", "slack"]
},
{
"packageName": "@fabernovel/heart-ssllabs-server",
"projectFolder": "modules/ssllabs-server",
"versionPolicyName": "nextMajor",
"shouldPublish": true,
"tags": ["analysis", "ssllabs-server"]
},
{
Expand Down

0 comments on commit 9b62d7a

Please sign in to comment.