Tag SemVer on Merge
Version updated for https://github.com/leo-oliveira-eng/tag-semver-action to version 0.1.2.
- This action is used across all versions by 1 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the creation and management of Semantic Versioning (SemVer) tags in a repository. Triggered upon merging pull requests, it reads specific labels to determine the type of version increment (major, minor, patch) and optionally includes prerelease and build metadata. By computing and pushing the next SemVer tag, it eliminates manual tagging, ensuring consistent versioning for release branches.
What’s Changed
What’s Changed
- fix: read hyphenated docker action inputs by @leo-oliveira-eng in https://github.com/leo-oliveira-eng/tag-semver-action/pull/1
New Contributors
- @leo-oliveira-eng made their first contribution in https://github.com/leo-oliveira-eng/tag-semver-action/pull/1
Full Changelog: https://github.com/leo-oliveira-eng/tag-semver-action/compare/0.1.1...0.1.2