Skip to content

Commit 19cf8db

Browse files
committed
docs: add galaxy provider plugin docs
1 parent 6eec06e commit 19cf8db

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
# [commitizen-galaxy-provider](https://github.com/shaps/commitizen-galaxy-provider)
3+
4+
A version provider to manage ansible collection versions. The provider updates the version in `galaxy.yml` so you can use commitizen to bump versions
5+
6+
## Installation
7+
8+
```sh
9+
pip install commitizen-galaxy-provider
10+
```
11+
12+
## Usage
13+
14+
Use `galaxy` as your `version_provider` in your config file
15+
16+
Example of `.cz.yaml`
17+
18+
```yaml
19+
---
20+
commitizen:
21+
tag_format: $version
22+
version_provider: galaxy
23+
version_scheme: semver
24+
```

0 commit comments

Comments
 (0)