An open API service indexing awesome lists of open source software.

https://github.com/phdenzel/hatch-bump

Automatically version bump hatch projects.
https://github.com/phdenzel/hatch-bump

Last synced: 3 months ago
JSON representation

Automatically version bump hatch projects.

Awesome Lists containing this project

README

          

# hatch-bump

A simple action that bumps [hatch](https://hatch.pypa.io/latest/version/) projects.

## Example usages

```yaml
- uses: phdenzel/hatch-bump@v1
with:
bump-type: "minor"
```