Skip to content

docs(CHANGELOG): fix typo in the file #1049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### Fix

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

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

Expand Down Expand Up @@ -484,7 +484,7 @@

### Fix

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

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

Expand Down Expand Up @@ -721,7 +721,7 @@

### Fix

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

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

Expand Down Expand Up @@ -771,7 +771,7 @@

### Fix

- **commit**: correct the stage checker before commiting
- **commit**: correct the stage checker before committing

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

Expand Down Expand Up @@ -846,7 +846,7 @@

### Fix

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

## v2.17.1 (2021-04-08)
Expand Down Expand Up @@ -1079,7 +1079,7 @@
### BREAKING CHANGE

- setup.cfg, .cz and .cz.cfg are no longer supported
- Use "cz verion" instead
- Use "cz version" instead
- "cz --debug" will no longer work
#47

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

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

Expand Down Expand Up @@ -1459,7 +1459,7 @@

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

### Refactor

Expand Down Expand Up @@ -1515,16 +1515,16 @@

### Fix

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

### Refactor

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

Expand Down Expand Up @@ -1636,7 +1636,7 @@
- update given files with new version
- **config**: new set key, used to set version to cfg
- support for pyproject.toml
- first semantic version bump implementaiton
- first semantic version bump implementation

### Fix

Expand Down Expand Up @@ -1695,11 +1695,11 @@

### Fix

- **manifest**: inluded missing files
- **manifest**: included missing files

### Refactor

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

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

Expand All @@ -1717,7 +1717,7 @@

### Feat

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

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

Expand Down