Standard version scheme¶標準バージョンスキーム¶
See the documentation for versioning.バージョニングに関するドキュメントを参照してください。
Configuration¶設定¶
The version scheme plugin name is standard.バージョンスキームプラグイン名はstandardです。
[tool.hatch.version]
scheme = "standard"
[version]
scheme = "standard"
Options¶オプション¶
| Optionオプション | Description説明 |
|---|---|
validate-bumpvalidate-bump | When setting a specific version, this determines whether to check that the new version is higher than the original. The default is true.特定のバージョンを設定する際、これは新しいバージョンが元のバージョンよりも高いかどうかをチェックするかどうかを決定します。デフォルトはtrueです。 |