Tag XYZ
Version updated for https://github.com/Kjuly/tag-xyz to version 1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Tag XYZ” GitHub Action automates the creation of semantic version tags (e.g., x.y.z) based on the last existing tag and optionally triggers a specified workflow after the tag is created. This action simplifies version management and automates associated processes, such as deployment or testing, by handling tagging and workflow dispatching efficiently. It is particularly useful for maintaining consistent versioning and automating tasks tied to new releases.
What’s Changed
- Upgraded dependencies: actions/checkout (4 > 6), actions/github-script (7 > 9).