Version Tag Check
Version updated for https://github.com/AbsaOSS/version-tag-check to version v1.0.0.
- This action is used across all versions by 21 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Version Tag Checker GitHub Action automates the validation of version tags in repositories to ensure compliance with semantic versioning standards. It checks for correct tag formats, validates whether a tag exists or is a valid increment of the latest version, and prevents issues like duplicate, missing, or incorrectly sequenced tags. This action streamlines version management and helps maintain consistency in repositories.
Release notes
New Features 🎉
- Add support for qualifiers and their validation @Copilot, @miroslavpojer in #5
- Add mypy tool to project @miroslavpojer in #16
- Add support of mypy tool.
- Improved work with inputs.
- Update to spring 2025 standards @miroslavpojer in #17
- Updated Issue templates to follow GH 2025 standards.
- .github File Upgrade @tmikula-dev in #21
- Introduce Copilot Instructions @miroslavpojer in #35
- Implement local Integration test @miroslavpojer in #47
Bugfixes 🛠
- PR: Fixed typo in yml file. @miroslavpojer in #15
- PR: Fix error in README @miroslavpojer in #20
- Improved readability of content
Full Changelog
https://github.com/AbsaOSS/version-tag-check/compare/v0.3.0...v1.0.0