booxmedialtd / ws-action-parse-semver

GitHub action for parsing a tag following semantic versioning.
MIT License
11 stars 6 forks source link

Use raw instead of version for fullVersion #15

Closed julianhille closed 2 years ago

julianhille commented 2 years ago

A parse of '3.4.5-alpha+1.2' does not result in the semver objects property of version to the same value. The raw value is stored in raw. This fixes the missing +1.2 in the fullVersion.

Fixes #14

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

tlangens commented 2 years ago

Fixed in https://github.com/booxmedialtd/ws-action-parse-semver/pull/18 which includes tests