rollczi/lite-release

Automated versioning, tagging, and release management with smart snapshot bumping.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub Personal Access Token (PAT)yes
bump_typeBump type: patch, minor, or majorpatch
version_filePath to the version JSON file.github/release/version.json
commit_release_update_filesFiles to update during Release (e.g., README, Gradle, Poms)**/*.gradle.kts, **/pom.xml, README.md
commit_snapshot_update_filesFiles to update during Snapshot bump (usually just build files)**/*.gradle.kts, **/pom.xml
github_release_titlePattern for the GitHub Release titleRelease v{VERSION}
commit_releasePattern for the release commit messageRelease {VERSION}
commit_snapshotPattern for the snapshot bump commit messageSnapshot {VERSION}
git_user_nameGit user configuration for commitsgithub-actions[bot]
git_user_emailGit email configuration for commitsgithub-actions[bot]@users.noreply.github.com
github_release_templateOptional path to a template file (e.g., .github/release/template.md)no""

no outputs