Checkout version tag
Version updated for https://github.com/TaiSakuma/checkout-version-tag to version v1.2.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 checkout-version-tag GitHub Action automates the process of deriving a release tag from a trigger tag and checking out the corresponding code reference in a repository. It is designed to streamline release workflows by converting a trigger tag (e.g., u1.2.3) into a release tag (e.g., v1.2.3) and providing the version data for further actions. This action simplifies tag-based workflows, ensuring consistency in release processes and reducing manual effort.
Release notes
[1.2.0] - 2026-03-05
Features
- Add skip-checkout input and test actual action in workflows
Documentation
- Add Marketplace badge to README
- Add CONTRIBUTING.md and update CLAUDE.md
- Note that initial Marketplace publication requires the web UI
- Add CHANGELOG.md for existing releases
Build & CI
- Add .gitignore
- Add CI/CD workflows for two-tag release flow
Full Changelog: https://github.com/TaiSakuma/checkout-version-tag/compare/v1.1.0...v1.2.0