Skip to content

fix: update version validation to handle qualifiers in GitHub workflow#18

Merged
jpicklyk merged 1 commit intomainfrom
fix/workflow-version-validation
Oct 13, 2025
Merged

fix: update version validation to handle qualifiers in GitHub workflow#18
jpicklyk merged 1 commit intomainfrom
fix/workflow-version-validation

Conversation

@jpicklyk
Copy link
Owner

Fixes the version validation script in the GitHub Actions workflow to properly handle version qualifiers (alpha, beta, rc).

Problem

The current version validation script failed when trying to tag v1.1.0-beta-01 because:

  • The paste command wasn't working correctly on GitHub Actions runners
  • The script didn't account for the qualifier field in build.gradle.kts

Solution

  • Extract version components individually (major, minor, patch, qualifier)
  • Build version string with qualifier when present
  • Properly concatenate version components

Testing

This fix is required to successfully tag and deploy version 1.1.0-beta-01.

Related to the 1.1.0-beta-01 release preparation.

- Extract version components individually instead of using paste
- Support version qualifiers (alpha, beta, rc) in validation
- Properly concatenate version string with qualifier when present
@jpicklyk jpicklyk merged commit b6688d5 into main Oct 13, 2025
1 check passed
@jpicklyk jpicklyk deleted the fix/workflow-version-validation branch October 13, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant