Skip to content

Commit 584a87f

Browse files
authored
Merge pull request #1083 from flcdrg/patch-1
Add link to version number normalisation page
2 parents d901e91 + f574888 commit 584a87f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/en-us/create/create-packages.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ Versioning can be both simple and complicated. The best recommendation is to use
363363
364364
If the 4th segment is used, some folks like to drop the segment altogether and use that as only the package fix notation using one of the notations in the next section. There is no recommendations at this time.
365365
366+
See also <Xref title="Version number normalization" value="version-normalization" />.
367+
366368
### Package Fix Version Notation
367369
368370
Package fix version notation ONLY applies when you are making a fix to the package because the existing version of a package is incorrect in some way. So if the software is `1.1.0`, in a normal scenario the package version should be `1.1.0`. If you find that the `1.1.0` package has an issue and you need to fix the package but keep the same version of the software, that is where package fix version notation comes into play. You would end up with both a `1.1.0` package and a `1.1.0.YYYYMMDD` version of the package.

0 commit comments

Comments
 (0)