Skip to content

Commit

Permalink
chore: configure release commit message format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 19, 2024
1 parent f61fec5 commit 68946bd
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 14 deletions.
6 changes: 5 additions & 1 deletion packages/advisor-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/chrome/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/config-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/eslint-config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/notifications/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/remediations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/rule-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/translations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/tsc-transform-imports/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down
6 changes: 5 additions & 1 deletion packages/utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["build", "deploy", "github"]
"postTargets": ["build", "deploy", "github"],
"trackDeps": true,
"push": true,
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"

}
},
"github": {
Expand Down

0 comments on commit 68946bd

Please sign in to comment.