feat: inform users of breaking changes on first run (#619)

This commit is contained in:
SteveLauC
2023-12-03 09:52:35 +08:00
committed by GitHub
parent 18b37ce3e3
commit 788e0412f6
6 changed files with 203 additions and 5 deletions

12
BREAKINGCHNAGES_dev.md Normal file
View File

@@ -0,0 +1,12 @@
1. In 13.0.0, we introduced a new feature, pushing git repos, now this feature
has been removed as some users are not satisfied with it.
For configuration entries, the following ones are gone:
```toml
[git]
pull_only_repos = []
push_only_repos = []
pull_arguments = ""
push_arguments = ""
```