chore: update README.md (#1047)

This commit is contained in:
Tonye Jack 2023-03-25 07:03:30 -06:00 committed by GitHub
parent be8e4c86e6
commit c3e1f46ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,7 +234,9 @@ In addition to the standard versioning scheme, this action also uses the `v[majo
The format of the version string is as follows: The format of the version string is as follows:
major: is a major release number that indicates significant changes or new features that may not be backward compatible. major: is a major release number that indicates significant changes or new features that may not be backward compatible.
minor: is a minor release number that indicates minor changes or new features that are backward compatible. minor: is a minor release number that indicates minor changes or new features that are backward compatible.
patch : is a patch release number that indicates bug fixes or other small changes that are backward compatible. patch : is a patch release number that indicates bug fixes or other small changes that are backward compatible.
`-sec` is a suffix that indicates a security-hardened version that implements additional security measures. `-sec` is a suffix that indicates a security-hardened version that implements additional security measures.