|
125 | 125 | },
|
126 | 126 | {
|
127 | 127 | "rev": "3127e05077288a5e2b62893345590bf1096141b7",
|
128 |
| - "title": "feat: first semantic version bump implementaiton", |
| 128 | + "title": "feat: first semantic version bump implementation", |
129 | 129 | "body": "",
|
130 | 130 | },
|
131 | 131 | {
|
|
255 | 255 | },
|
256 | 256 | {
|
257 | 257 | "rev": "72472efb80f08ee3fd844660afa012c8cb256e4b",
|
258 |
| - "title": "refactor(conventionalCommit): moved fitlers to questions instead of message", |
| 258 | + "title": "refactor(conventionalCommit): moved filters to questions instead of message", |
259 | 259 | "body": "",
|
260 | 260 | },
|
261 | 261 | {
|
262 | 262 | "rev": "b5561ce0ab3b56bb87712c8f90bcf37cf2474f1b",
|
263 |
| - "title": "fix(manifest): inluded missing files", |
| 263 | + "title": "fix(manifest): included missing files", |
264 | 264 | "body": "",
|
265 | 265 | },
|
266 | 266 | {
|
|
290 | 290 | },
|
291 | 291 | {
|
292 | 292 | "rev": "4368f3c3cbfd4a1ced339212230d854bc5bab496",
|
293 |
| - "title": "feat(commiter): conventional commit is a bit more intelligent now", |
| 293 | + "title": "feat(committer): conventional commit is a bit more intelligent now", |
294 | 294 | "body": "",
|
295 | 295 | },
|
296 | 296 | {
|
@@ -472,7 +472,7 @@ def test_generate_tree_from_commits(gitcommits, tags):
|
472 | 472 | {
|
473 | 473 | "scope": None,
|
474 | 474 | "breaking": None,
|
475 |
| - "message": "first semantic version bump implementaiton", |
| 475 | + "message": "first semantic version bump implementation", |
476 | 476 | },
|
477 | 477 | ],
|
478 | 478 | "fix": [
|
@@ -591,14 +591,14 @@ def test_generate_tree_from_commits(gitcommits, tags):
|
591 | 591 | {
|
592 | 592 | "scope": "conventionalCommit",
|
593 | 593 | "breaking": None,
|
594 |
| - "message": "moved fitlers to questions instead of message", |
| 594 | + "message": "moved filters to questions instead of message", |
595 | 595 | }
|
596 | 596 | ],
|
597 | 597 | "fix": [
|
598 | 598 | {
|
599 | 599 | "scope": "manifest",
|
600 | 600 | "breaking": None,
|
601 |
| - "message": "inluded missing files", |
| 601 | + "message": "included missing files", |
602 | 602 | }
|
603 | 603 | ],
|
604 | 604 | },
|
@@ -629,7 +629,7 @@ def test_generate_tree_from_commits(gitcommits, tags):
|
629 | 629 | "changes": {
|
630 | 630 | "feat": [
|
631 | 631 | {
|
632 |
| - "scope": "commiter", |
| 632 | + "scope": "committer", |
633 | 633 | "breaking": None,
|
634 | 634 | "message": "conventional commit is a bit more intelligent now",
|
635 | 635 | }
|
|
0 commit comments