From c3e1f46ee4727d531c1d35e9f6f88a0a2a0defa7 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 25 Mar 2023 07:03:30 -0600 Subject: [PATCH] chore: update README.md (#1047) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32afc638..6f46b103 100644 --- a/README.md +++ b/README.md @@ -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: 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. + 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.