foonly/Run foonver
Automate SemVer bumping and changelog management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 17, 2026
- License
- None
Pinned Snippet
uses: foonly/foonver@ea68adf6e32077705e91499782d46278e9350ba6 # v0.14.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of foonver binary to download (e.g., v0.8.1) | no | latest |
| command | foonver command to run (auto, patch, minor, major) | no | auto |
| changelog | Whether to update CHANGELOG.md | no | true |
| push | Whether to push the created commit and tag | no | false |
| remote | Git remote to push to | no | origin |
| commit_message | Custom commit message | no | "" |
| commit_suffix | Suffix to append to the commit message (e.g., [skip ci]) | no | "" |
| version_file | Explicitly specify the version file (e.g., config/project.json) | no | — |
| dry_run | Run in dry-run mode (outputs version without making changes) | no | false |
| version_sync | Comma-separated list of files to synchronize version in | no | — |
| args | Additional raw arguments for foonver | no | — |
Outputs
| name | description |
|---|---|
| version | The new version string |
| is_bumped | Whether a version bump occurred |
| release_notes | The generated release notes for the latest version |