File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,13 @@ not can often be based on many complex factors that are not easily codified. It
252
252
is also possible that the breaking commit can be labeled retroactively as a
253
253
semver-major change that will not be backported to Current or LTS branches.
254
254
255
+ ##### Reverting commits
256
+
257
+ Commits are reverted with ` git revert <HASH> ` , or ` git revert <FROM>..<TO> ` for
258
+ multiple commits. Commit metadata and the reason for the revert should be
259
+ appended. Commit message rules about line length and subsystem can be ignored.
260
+ A Pull Request should be raised and approved like any other change.
261
+
255
262
### Deprecations
256
263
257
264
Deprecation refers to the identification of Public APIs that should no longer
You can’t perform that action at this time.
0 commit comments