Skip to content

Commit 4258396

Browse files
authored
Update README.md
1 parent 29a909d commit 4258396

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,12 @@ This repo includes support for versioning numbers. This support includes:
1616
![Release Work Flow Status](https://img.shields.io/github/actions/workflow/status/UbiquityDotNET/CSemVer.GitBuild/release-build.yml?label=Release%20Build%20Status)
1717

1818
>[!IMPORTANT]
19-
> Version 5.0.4 and earlier have a [known bug](https://github.com/UbiquityDotNET/CSemVer.GitBuild/issues/64)
20-
> where they do not handle CI versioning correctly. CI builds do NOT have a correct base build value. They
21-
> are supposed to use a Patch+1 model but don't. The impact of this is limited to CI builds across releases.
22-
> In such cases ordering is incorrect. The normal case of CI build to build (with the same release as the base)
23-
> are ordered correctly. That is, for any given release the CI builds order correctly when compared to another
24-
> CI build with the same base version. As soon as the base version is different (previous or next) the CI build
25-
> ordering is incorrect. Thus, the impact of the bug is reduced to ONLY CI builds. Work is pending to resolve
26-
> this and this message will be removed as part of any such fix.
19+
> Version 5.0.4 and earlier have a [known bug](https://github.com/UbiquityDotNET/CSemVer.GitBuild/issues/72)
20+
> where they do not handle CI versioning correctly. CI builds should ALWAYS show the pre-release number and fix
21+
> values (even if 0). This is different behavior from how these are treated for a CSemVer. Work is pending to
22+
> resolve this and this message will be removed as part of any such fix.
2723
>
28-
> This issue is resolved with v5.0.5-alpha. Once that is formally released (past prerelease stage) this entire
24+
> This issue is resolved with v5.0.6-alpha. Once that is formally released (past prerelease stage) this entire
2925
> notice should be removed.
3026
3127
## Overview

0 commit comments

Comments
 (0)