chore: fix file name typo[skip ci] (#657)

chore: fix file name typo
This commit is contained in:
SteveLauC
2024-01-23 11:50:02 +08:00
committed by GitHub
parent 6accdae232
commit ed496f3462
3 changed files with 4 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ and have some basic documentations guiding user how to use these options.
## Breaking changes
If your PR introduces a breaking change, document it in `BREAKINGCHANGE_dev.md`,
If your PR introduces a breaking change, document it in [`BREAKINGCHANGES_dev.md`][bc_dev],
it should be written in Markdown and wrapped in 80, for example:
```md
@@ -114,6 +114,8 @@ it should be written in Markdown and wrapped in 80, for example:
3. ...
```
[bc_dev]: https://github.com/topgrade-rs/topgrade/blob/main/BREAKINGCHANGES_dev.md
## Before you submit your PR
Make sure your patch passes the following tests on your host:

View File

@@ -7,7 +7,7 @@ license = "GPL-3.0"
repository = "https://github.com/topgrade-rs/topgrade"
version = "14.0.0"
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
exclude = ["doc/screenshot.gif", "BREAKINGCHNAGES_dev.md"]
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
edition = "2021"
readme = "README.md"