grexyloco/Next Action Version

Intelligent version management for GitHub Actions - automatically calculates next semantic version based on conventional commits and Git tags

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoPathPath to repository root (for git operations)no.
branchNameCurrent branch name for analysisno${{ github.ref_name }}
targetBranchTarget branch for release analysis (main/master)no""
forceFirstReleaseForce first release even with unusual starting conditionsnofalse
preReleasePatternBranch pattern for pre-release versions (alpha/beta/rc)noalpha|beta|rc|pre
namedescription
currentVersionCurrent version from latest Git tag
bumpTypeDetected version bump type (major/minor/patch/none)
newVersionCalculated new semantic version
lastReleaseTagLast release tag found in repository
targetBranchTarget branch used for analysis
suffixPre-release suffix (alpha/beta/rc) if applicable
warningWarning message for unusual version conditions
actionRequiredWhether manual action is required before proceeding
actionInstructionsInstructions for required manual actions
isFirstReleaseWhether this is the first release (no previous tags)