Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/third-party-plugins/commitizen-galaxy-provider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# [commitizen-galaxy-provider](https://github.com/shaps/commitizen-galaxy-provider)

A version provider to manage ansible collection versions. The provider updates the version in `galaxy.yml` so you can use commitizen to bump versions

## Installation

```sh
pip install commitizen-galaxy-provider
```

## Usage

Use `galaxy` as your `version_provider` in your config file

Example of `.cz.yaml`

```yaml
---
commitizen:
tag_format: $version
version_provider: galaxy
version_scheme: semver
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ nav:
# Please sort the plugins alphabetically
- "third-party-plugins/commitizen-deno-provider.md"
- "third-party-plugins/commitizen-emoji.md"
- "third-party-plugins/commitizen-galaxy-provider.md"
- "third-party-plugins/conventional-jira.md"
- "third-party-plugins/cz-ai.md"
- "third-party-plugins/cz-conventional-gitmoji.md"
Expand Down
Loading