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.
- Host: GitHub
- URL: https://github.com/phdenzel/hatch-bump
- Owner: phdenzel
- License: gpl-3.0
- Created: 2024-12-14T21:34:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T18:54:26.000Z (over 1 year ago)
- Last Synced: 2025-02-26T06:34:50.032Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```