Skip to content

Commit

Permalink
chore: fix commitMessageFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Mar 12, 2024
1 parent 54aa606 commit be4958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx-heroku/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"trackDeps": false,
"push": true,
"skipCommitTypes": ["docs", "ci"],
"commitMessageFormat": "chore(${projectName}): release version ${version} [skip ci]"
"commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]"
}
},
"github": {
Expand Down

0 comments on commit be4958b

Please sign in to comment.