mirror of
https://github.com/semver/semver.git
synced 2025-08-23 06:18:35 +00:00
Merge pull request #1128 from ljharb/patch-1
Fix FAQ entry about fixing accidental breaking changes
This commit is contained in:
commit
af8bf6cfbd
@ -285,7 +285,7 @@ API can keep everyone and everything running smoothly.
|
|||||||
### What do I do if I accidentally release a backward incompatible change as a minor version?
|
### What do I do if I accidentally release a backward incompatible change as a minor version?
|
||||||
|
|
||||||
As soon as you realize that you've broken the Semantic Versioning spec, fix
|
As soon as you realize that you've broken the Semantic Versioning spec, fix
|
||||||
the problem and release a new minor version that corrects the problem and
|
the problem and release a new patch version that corrects the problem and
|
||||||
restores backward compatibility. Even under this circumstance, it is
|
restores backward compatibility. Even under this circumstance, it is
|
||||||
unacceptable to modify versioned releases. If it's appropriate,
|
unacceptable to modify versioned releases. If it's appropriate,
|
||||||
document the offending version and inform your users of the problem so that
|
document the offending version and inform your users of the problem so that
|
||||||
|
Loading…
Reference in New Issue
Block a user