diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 2f5d3ce..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - ---- -## [unreleased] - -### Miscellaneous Chores - -- initialize basic structure for the repo - ([2436bec](https://github.com/tyrchen/qdrant-lib/commit/2436bec4a02caac64f6c1f97ca79b6ce745b4f53)) - Tyr Chen - -### Other - -- init the project and add the assets - ([6a3ca0a](https://github.com/tyrchen/qdrant-lib/commit/6a3ca0a900451c55969cc8dec20afb5351d86599)) - Tyr Chen - - diff --git a/cliff.toml b/cliff.toml index abaa3ed..7341df0 100644 --- a/cliff.toml +++ b/cliff.toml @@ -46,7 +46,7 @@ footer = """ trim = true # postprocessors postprocessors = [ - { pattern = '\$REPO', replace = "https://github.com/tyrchen/geektime-rust-live-coding" }, # replace repository URL + { pattern = '\$REPO', replace = "https://github.com/dephy-io/dephy-pproxy" }, # replace repository URL ] [git]