CSDA Version
Version updated for https://github.com/gadomski/csda-version to version v0.2.3.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The csda-version GitHub Action is designed to calculate the next CSDA version for a repository, adhering to a specific versioning format (vYY.PI.SP-X) based on year, program increment, sprint, and release number. It integrates seamlessly with tools like release-please to automate release workflows by providing a structured and predictable versioning mechanism. This action streamlines the process of version management in development cycles, ensuring consistency and reducing manual effort in tracking releases.
Release notes
0.2.3 (2026-01-20)
Bug Fixes
- echo to github output (15c14df)