Skip to content

Commit

Permalink
build: update CI commit message format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Dec 4, 2023
1 parent 14aefc6 commit 2f0ab9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
ssh-key: ${{ secrets.BOTH_AUTH_KEY }}
- uses: './.github/actions/release'
with:
gh_token: ${{ secrets.DEPLOY_TOKEN }}
gh_token: ${{ secrets.token }}
npm_token: ${{ secrets.NPM_TOKEN }}
gh_name: ${{ secrets.GH_NAME }}
gh_email: ${{ secrets.GH_EMAIL }}
Expand Down
3 changes: 2 additions & 1 deletion packages/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"executor": "@jscutlery/semver:version",
"options": {
"push": true,
"preset": "conventionalcommits"
"preset": "conventionalcommits",
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"
}
},
"github": {
Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"options": {
"trackDeps": true,
"push": true,
"preset": "conventionalcommits"
"preset": "conventionalcommits",
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"
}
},
"github": {
Expand Down
3 changes: 2 additions & 1 deletion packages/react-test-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"options": {
"trackDeps": true,
"push": true,
"preset": "conventionalcommits"
"preset": "conventionalcommits",
"commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"
}
},
"github": {
Expand Down

0 comments on commit 2f0ab9e

Please sign in to comment.