You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The footer can contain information about breaking changes and deprecations and is also the place to reference GitHub issues, Jira tickets, and other PRs that this commit closes or is related to.
128
+
The footer can contain information about breaking changes and deprecations and is also the place to reference GitHub issues and other PRs that this commit closes or is related to.
122
129
For example:
123
130
124
131
```
@@ -141,11 +148,10 @@ DEPRECATED: <what is deprecated>
141
148
Closes #<pr number>
142
149
```
143
150
144
-
Breaking Change section should start with the phrase `BREAKING CHANGE: ` followed by a summary of the breaking change, a blank line, and a detailed description of the breaking change that also includes migration instructions.
151
+
Breaking Change section should start with the phrase `BREAKING CHANGE: ` followed by a *brief*summary of the breaking change, a blank line, and a detailed description of the breaking change that also includes migration instructions.
145
152
146
153
Similarly, a Deprecation section should start with `DEPRECATED: ` followed by a short description of what is deprecated, a blank line, and a detailed description of the deprecation that also mentions the recommended update path.
147
154
148
-
149
155
## Revert commits
150
156
151
157
If the commit reverts a previous commit, it should begin with `revert: `, followed by the header of the reverted commit.
0 commit comments