May 2019
Beginner to intermediate
456 pages
10h 37m
English
As mentioned in the previous recipe, packages are immutable. This means that package versions are reserved as soon as you publish them to the feed. You cannot publish the same version of the package again.
Semantic versioning ensures that versions correctly convey the change. The version numbers are in Major.Minor.Patch format and, optionally, can contain additional labels such as 1.0.0-alpha or 1.0.0-beta:
Additional labels for prerelease and build metadata are available as extensions ...
Read now
Unlock full access