mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
12 lines
288 B
JSON
12 lines
288 B
JSON
{
|
|
"packageFiles": ["package.json"],
|
|
"bumpFiles": [
|
|
"package.json",
|
|
"package-lock.json",
|
|
{
|
|
"filename": "action.yml",
|
|
"updater": ".github/tasks/actionYamlUpdater.js"
|
|
}
|
|
],
|
|
"releaseCommitMessageFormat": "chore(release): publish {{currentTag}} [skip-ci]"
|
|
}
|