|
17 | 17 | "refactor(git): remove unnecessary dot between git range",
|
18 | 18 | "bump: version 1.16.3 → 1.16.4",
|
19 | 19 | (
|
20 |
| - "Merge pull request #139 from Lee-W/fix-init-clean-config-file\n" |
| 20 | + "Merge pull request #139 from Lee-W/fix-init-clean-config-file\n\n" |
21 | 21 | "Fix init clean config file"
|
22 | 22 | ),
|
23 | 23 | "ci(pyproject.toml): add configuration for coverage",
|
24 |
| - "fix(commands/init): fix clean up file when initialize commitizen config\n#138", |
| 24 | + "fix(commands/init): fix clean up file when initialize commitizen config\n\n#138", |
25 | 25 | "refactor(defaults): split config files into long term support and deprecated ones",
|
26 | 26 | "bump: version 1.16.2 → 1.16.3",
|
27 | 27 | (
|
28 |
| - "Merge pull request #136 from Lee-W/remove-redundant-readme\n" |
| 28 | + "Merge pull request #136 from Lee-W/remove-redundant-readme\n\n" |
29 | 29 | "Remove redundant readme"
|
30 | 30 | ),
|
31 | 31 | "fix: replace README.rst with docs/README.md in config files",
|
32 | 32 | (
|
33 |
| - "refactor(docs): remove README.rst and use docs/README.md\n" |
| 33 | + "refactor(docs): remove README.rst and use docs/README.md\n\n" |
34 | 34 | "By removing README.rst, we no longer need to maintain "
|
35 | 35 | "two document with almost the same content\n"
|
36 | 36 | "Github can read docs/README.md as README for the project."
|
37 | 37 | ),
|
38 | 38 | "docs(check): pin pre-commit to v1.16.2",
|
39 | 39 | "docs(check): fix pre-commit setup",
|
40 | 40 | "bump: version 1.16.1 → 1.16.2",
|
41 |
| - "Merge pull request #135 from Lee-W/fix-pre-commit-hook\nFix pre commit hook", |
| 41 | + "Merge pull request #135 from Lee-W/fix-pre-commit-hook\n\nFix pre commit hook", |
42 | 42 | "docs(check): enforce cz check only whem committing",
|
43 | 43 | (
|
44 |
| - 'Revert "fix(pre-commit): set pre-commit check stage to commit-msg"\n' |
| 44 | + 'Revert "fix(pre-commit): set pre-commit check stage to commit-msg"\n\n' |
45 | 45 | "This reverts commit afc70133e4a81344928561fbf3bb20738dfc8a0b."
|
46 | 46 | ),
|
47 | 47 | "feat!: add user stuff",
|
|
0 commit comments