Skip to content

Commit 39dab03

Browse files
committed
docs(CHANGELOG): fix typo in the file
1 parent 669080c commit 39dab03

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
### Fix
1616

17-
- **command-init**: "cz init" should list exisitng tag in reverse order
17+
- **command-init**: "cz init" should list existing tag in reverse order
1818

1919
## v3.21.0 (2024-03-30)
2020

@@ -484,7 +484,7 @@
484484

485485
### Fix
486486

487-
- **bump.py**: `CHANGELOG.md` gets git added and commited correctly
487+
- **bump.py**: `CHANGELOG.md` gets git added and committed correctly
488488

489489
## v2.33.0 (2022-09-15)
490490

@@ -721,7 +721,7 @@
721721

722722
### Fix
723723

724-
- **bump**: raise non zero error code when there's no elegible commit to bump
724+
- **bump**: raise non zero error code when there's no eligible commit to bump
725725

726726
## v2.20.3 (2021-12-20)
727727

@@ -771,7 +771,7 @@
771771

772772
### Fix
773773

774-
- **commit**: correct the stage checker before commiting
774+
- **commit**: correct the stage checker before committing
775775

776776
## v2.18.0 (2021-08-13)
777777

@@ -846,7 +846,7 @@
846846

847847
### Fix
848848

849-
- **bump**: replace all occurances that match regex
849+
- **bump**: replace all occurrences that match regex
850850
- **wip**: add test for current breaking change
851851

852852
## v2.17.1 (2021-04-08)
@@ -1079,7 +1079,7 @@
10791079
### BREAKING CHANGE
10801080

10811081
- setup.cfg, .cz and .cz.cfg are no longer supported
1082-
- Use "cz verion" instead
1082+
- Use "cz version" instead
10831083
- "cz --debug" will no longer work
10841084
#47
10851085

@@ -1226,7 +1226,7 @@
12261226
- **changelog**: add incremental flag
12271227
- **commands/changelog**: make changelog_file an option in config
12281228
- **commands/changelog**: exit when there is no commit exists
1229-
- **commands/changlog**: add --start-rev argument to `cz changelog`
1229+
- **commands/changelog**: add --start-rev argument to `cz changelog`
12301230
- **changelog**: generate changelog based on git log
12311231
- **commands/changelog**: generate changelog_tree from all past commits
12321232
- **cz/conventinal_commits**: add changelog_map, changelog_pattern and implement process_commit
@@ -1369,7 +1369,7 @@
13691369
- **cmd**: reimplement how cmd is run
13701370
- **git**: Use GitCommit, GitTag object to store commit and git information
13711371
- **git**: make arguments other then start and end in get_commit keyword arguments
1372-
- **git**: Change get_commits into returning commits instead of lines of messsages
1372+
- **git**: Change get_commits into returning commits instead of lines of messages
13731373

13741374
## v1.15.1 (2020-01-20)
13751375

@@ -1459,7 +1459,7 @@
14591459

14601460
- **config**: handle empty config file
14611461
- **config**: fix load global_conf even if it doesn't exist
1462-
- **config/ini_config**: replase outdated _parse_ini_settings with _parse_settings
1462+
- **config/ini_config**: replace outdated _parse_ini_settings with _parse_settings
14631463

14641464
### Refactor
14651465

@@ -1515,16 +1515,16 @@
15151515

15161516
### Fix
15171517

1518-
- commit dry-run doesnt require staging to be clean
1519-
- **scripts**: add back the delelte poetry prefix
1518+
- commit dry-run doesn't require staging to be clean
1519+
- **scripts**: add back the delete poetry prefix
15201520
- correct typo to spell "convention"
15211521
- removing folder in windows throwing a PermissionError
15221522
- **test_cli**: testing the version command
15231523

15241524
### Refactor
15251525

15261526
- **config**: remove has_pyproject which is no longer used
1527-
- **cz/customize**: make jinja2 a custom requirement. if not installed use string.Tempalte instead
1527+
- **cz/customize**: make jinja2 a custom requirement. if not installed use string.Template instead
15281528
- **cz/utils**: rename filters as utils
15291529
- **cli**: add back --version and remove subcommand required constraint
15301530

@@ -1636,7 +1636,7 @@
16361636
- update given files with new version
16371637
- **config**: new set key, used to set version to cfg
16381638
- support for pyproject.toml
1639-
- first semantic version bump implementaiton
1639+
- first semantic version bump implementation
16401640

16411641
### Fix
16421642

@@ -1695,11 +1695,11 @@
16951695

16961696
### Fix
16971697

1698-
- **manifest**: inluded missing files
1698+
- **manifest**: included missing files
16991699

17001700
### Refactor
17011701

1702-
- **conventionalCommit**: moved fitlers to questions instead of message
1702+
- **conventionalCommit**: moved filters to questions instead of message
17031703

17041704
## v0.9.5 (2018-08-24)
17051705

@@ -1717,7 +1717,7 @@
17171717

17181718
### Feat
17191719

1720-
- **commiter**: conventional commit is a bit more intelligent now
1720+
- **committer**: conventional commit is a bit more intelligent now
17211721

17221722
## v0.9.2 (2017-11-11)
17231723

0 commit comments

Comments
 (0)