Metadata-Version: 2.3
Name: commitizen-wails
Version: 0.2.2
Summary: A commitizen version provider for Wails.
Project-URL: Homepage, https://github.com/YogiLiu/commitizen-wails
Project-URL: Documentation, https://github.com/YogiLiu/commitizen-wails
Project-URL: Repository, https://github.com/YogiLiu/commitizen-wails
Project-URL: Issues, https://github.com/YogiLiu/commitizen-wails/issues
Project-URL: Changelog, https://github.com/YogiLiu/commitizen-wails/blob/main/CHANGELOG.md
Author-email: YogiLiu <YogiLiu@outlook.com>
License-File: LICENSE
Keywords: commitizen,wails
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: commitizen>=3.29.0
Description-Content-Type: text/markdown

# commitizen Wails Version Provider

A commitizen version provider for [Wails](https://wails.io).

![PyPI - Version](https://img.shields.io/pypi/v/commitizen-wails)
![PyPI - Status](https://img.shields.io/pypi/status/commitizen-wails)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/commitizen-wails)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/commitizen-wails)
![PyPI - License](https://img.shields.io/pypi/l/commitizen-wails)

## Installation

```shell
pip install commitizen commitizen-wails
```

Via rye tools:

```shell
rye install commitizen --extra-requirement commitizen-wails
```

## Configuration

Example for `.cz.toml`

```toml
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version_provider = "wails-provider"
update_changelog_on_bump = true
major_version_zero = true
```

## License

This project is [MIT](./LICENSE) licensed.
