There was an error while loading. Please reload this page.
1 parent 6eec06e commit 19cf8dbCopy full SHA for 19cf8db
1 file changed
docs/third-party-plugins/commitizen-galaxy-provider.md
@@ -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