Skip to content

Commit 75966a9

Browse files
committed
docs: update prepareCommitMsg.ts
1 parent ba37fb8 commit 75966a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/prepareCommitMsg.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ export function _cleanJoin(first: string, second: string) {
4242
* 'ci:' will be considered a prefix. This keeps the check simpler as we don't have to match against
4343
* every type and we don't have to check if we are part of a word e.g. 'circus'.
4444
*
45-
* Now also supports Jira number e.g. '[ABCD-123] my description'.
45+
* TODO: also support Jira number e.g. '[ABCD-123]', '[ABCD-123] my description', and '[ABCD-123]
46+
* docs: my description'.
4647
*/
4748
function _splitPrefixDesc(value: string) {
4849
let prefix: string, description: string;

0 commit comments

Comments
 (0)