Version System
Version updated for https://github.com/sanjeevkumarraob/version-system to version 1.0.10.
- 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
This GitHub Action automates semantic versioning by analyzing the latest tags in a repository and generating the next version tag based on configurable prefixes, suffixes, or module-specific versioning. It simplifies version management for monorepos, supports creating module-specific tags, and integrates seamlessly into CI/CD workflows, ensuring consistency and reducing manual effort. Additionally, it provides secure and flexible versioning capabilities, including options for creating GitHub releases with release notes.
Release notes
What’s Changed
- Add beta release workflow and prerelease support from kspec session by @sanjeevkumarraob in https://github.com/sanjeevkumarraob/version-system/pull/2
Full Changelog: https://github.com/sanjeevkumarraob/version-system/compare/1.0.9...1.0.10