diff --git a/semver.md b/semver.md index bdde525..778cfe0 100644 --- a/semver.md +++ b/semver.md @@ -334,6 +334,13 @@ Abbreviating "version" as "v" is often seen with version control. Example: `git tag v1.2.3 -m "Release version 1.2.3"`, in which case "v1.2.3" is a tag name and the semantic version is "1.2.3". +### What guidance does SemVer offer on file changes that are not code changes? + +Each deployed change should have a unique release number. That includes changes +that are not reflected externally in any way, including repository file +permissions, refactoring, performance improvements, and changes to CI/CD pipeline +configurations. + ### Is there a suggested regular expression (RegEx) to check a SemVer string? There are two. One with named groups for those systems that support them