为什么 brew bump-formula-pr 在版本方案未更改时引发 "version_schemes should only increment by 1"

Why brew bump-formula-pr raises "version_schemes should only increment by 1" when a version scheme is not changed

我正在尝试为新发布的版本创建 PR 并查看以下内容:

$ brew bump-formula-pr --strict --tag=0.8.0 --revision=7a5bd5b3a318aeba568f7b467d7364699e6160fb elegant-git
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
No changes to formulae.

==> replace "0.7.0" with "0.8.0"
==> replace "5fc093508a8337a8c60c1b339ea2d93201ee357e" with "7a5bd5b3a318aeba568f7b467d7364699e6160fb"
bees-hive/hive/elegant-git:
  * version_schemes should only increment by 1
Error: 1 problem in 1 formula detected
Error: brew audit failed!

来自the official documentation

if we want to change version scheme from one to another, then we may need to update version_scheme of this Formula to be able to use new version scheme.

因为我没有更改版本控制方案,它应该可以工作。但是有一个错误。 为什么会这样?关于如何修复它有什么想法吗?

我正在尝试更新 Elegant Git formulae

这是审计中的一个错误,因为 homebrew-core 从来没有多次改变版本方案。有关详细信息,请参阅 https://discourse.brew.sh/t/why-brew-bump-formula-pr-raises-version-schemes-should-only-increment-by-1-when-a-version-scheme-is-not-changed/5805?u=extsoft