Skip to content

Commit

Permalink
chore: correct the project url in cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrwhyg committed Aug 20, 2024
1 parent 5a2113e commit b74fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/rcrwhyg/rcli" }, # replace repository URL
]

[git]
Expand Down

0 comments on commit b74fd24

Please sign in to comment.