gha-release-versioning
Version updated for https://github.com/f2calv/gha-release-versioning to version v1.3.5.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates semantic versioning for repositories by using the GitVersion tool to calculate version numbers based on commit history and branching strategies. It optionally creates Git tags and GitHub releases for the generated versions, or accepts a pre-determined version as input. The action simplifies release management by providing version information (e.g., major, minor, patch) as outputs and supports customizable configurations for versioning strategies.
What’s Changed
- Merge pull request #30 from f2calv/dependabot/github_actions/softprops/action-gh-release-3 (75a51e8)
- Bump softprops/action-gh-release from 2 to 3 (b191096)
- Merge pull request #29 from f2calv/f2calv/2026-04-bug-squish (6043f87)
- fixes (9286273)
- Merge pull request #28 from f2calv/f2calv/2026-03-updates (97b40e3)
- misc updates (8b8f7fc)
- updated instructions (fcbc300)
- Merge pull request #27 from f2calv/copilot/fix-release-tag-issue (3c65133)
- refactor: simplify test matrix — use gv-config directly, remove unused gv-version (fcb03ba)
- refactor: remove gv-spec input (auto-detected from config) and fix README discrepancies (523cfe2)