Skip to content

Commit

Permalink
feat: use "release:" commit message prefix for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed May 11, 2023
1 parent d78c3fa commit 1d89497
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false
"prerelease": false,
"pull-request-title-pattern": "release: ${version}"
}
}
}

0 comments on commit 1d89497

Please sign in to comment.