Skip to content

Commit

Permalink
chore: add trackDeps option to all version execurors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Jan 28, 2025
1 parent 129b276 commit a4b9409
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 14 deletions.
3 changes: 2 additions & 1 deletion packages/advisor-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/chrome/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/config-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/notifications/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/remediations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/rule-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/translations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/tsc-transform-imports/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"options": {
"push": true,
"preset": "conventionalcommits",
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]"
"commitMessageFormat": "chore: bump {projectName} to {version} [skip ci]",
"trackDeps": true
},
"dependsOn": ["^version"]
},
Expand Down

0 comments on commit a4b9409

Please sign in to comment.