mirror of
https://github.com/semver/semver.git
synced 2025-08-22 22:08:33 +00:00
Merge 394790ea06
into d5d9e738e3
This commit is contained in:
commit
52ff284579
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user