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 (#193)

* chore: remove version policy linked to the module, as they are always specified by the CI
* docs: fix change type
  • Loading branch information
bgatellier authored Oct 8, 2023
1 parent b204508 commit 92bf56b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"packageName": "@fabernovel/heart-mysql",
"comment": "Fix an issue where environment variables where not loaded.",
"type": "minor"
"type": "patch"
}
],
"packageName": "@fabernovel/heart-mysql"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"packageName": "@fabernovel/heart-observatory",
"comment": "Fix an issue where environment variables where not loaded.",
"type": "minor"
"type": "patch"
}
],
"packageName": "@fabernovel/heart-observatory"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"packageName": "@fabernovel/heart-slack",
"comment": "Fix an issue where environment variables where not loaded.",
"type": "minor"
"type": "patch"
}
],
"packageName": "@fabernovel/heart-slack"
Expand Down
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 92bf56b

Please sign in to comment.