Skip to content

Commit

Permalink
fix up the auto-changelog-documenting
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 10, 2023
1 parent 16b9ebf commit 0803b51
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ current_version = 1.0.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
serialize =
{major}.{minor}.{patch}

[bumpversion:file:pyproject.toml]
Expand All @@ -14,6 +14,7 @@ replace = version = "{new_version}"
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:CHANGELOG.md]
search = ## [{current_version}]
replace = ## [{new_version}]
# For use during pre-releases
# [bumpversion:file:CHANGELOG.md]
# search = ## [{current_version}]
# replace = ## [{new_version}]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.1]

### Documented

- New Knowledge Graph example
- Switched all docs to [chatlab.dev](https://chatlab.dev)
- No more `--pre` required for installs


## [1.0.0]


### Added

- 📚 Documentation now available at [chatlab.dev](https://chatlab.dev)
Expand Down

0 comments on commit 0803b51

Please sign in to comment.