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
Copy file name to clipboardExpand all lines: docs/change-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Each change note must specifiy a `category` property in its metadata. This categ
66
66
| feature | minor version bump | A new library API has been added. |
67
67
| majorAnalysis | minor version bump | An API has changed in a way that may affect the results produced by a query that consumes the API. |
68
68
| minorAnalysis | patch version bump | An API has changed in a way that may affect the results produced by a query that consumes the API, but only in scenarios that affect relatively few users. |
69
-
| fix | patch version bump | An API has been fixed in a way that is not likely to affect the resultss produced by a query that consumes the API. |
69
+
| fix | patch version bump | An API has been fixed in a way that is not likely to affect the results produced by a query that consumes the API. |
70
70
71
71
## How the final changelog is created
72
72
When a new release of a pack is published, the publishing process consolidates all of the change note files from that pack's `change-notes` directory into the pack's `CHANGELOG.md` file. The consolidation process does the following:
0 commit comments