Frontmatter
| id | 7739 |
| title | ai.mcp.server.github-workflow.services.HealthService: use the semver lib |
| state | Closed |
| labels | enhancementai |
| assignees | MannXo |
| createdAt | Nov 11, 2025, 9:39 AM |
| updatedAt | Nov 11, 2025, 10:23 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7739 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 11, 2025, 10:23 AM |
ai.mcp.server.github-workflow.services.HealthService: use the semver lib
tobiu cross-referenced by PR #7738 on Nov 11, 2025, 9:39 AM

MannXo
Nov 11, 2025, 9:46 AM
Hey @tobiu . As you mentioned, this is a follow-up ticket on HealthService and Im happy to work on it.
tobiu assigned to @MannXo on Nov 11, 2025, 9:49 AM
MannXo cross-referenced by PR #7740 on Nov 11, 2025, 10:04 AM
tobiu closed this issue on Nov 11, 2025, 10:23 AM
HealthServiceis already importingsemverin line 6, so we should use it, and either removeparseVersionOutputor use it inside the method.Rationale: semver handles edge cases like
v11.0.0-alpha.2well.