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: Adding 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
@@ -51,7 +51,7 @@ Each change note must specifiy a `category` property in its metadata. This categ
51
51
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:
52
52
53
53
- Strips all metadata from each change note.
54
-
- Strips all leading an trailing blank lines from the description of each change note.
54
+
- Strips all leading and trailing blank lines from the description of each change note.
55
55
- Adds a newline at the end of the description of any change note that does not already end with a newline.
56
56
- Groups change notes by category.
57
57
- Adds a section to the changelog for each category that contains at least one change note. The section consists of a section heading followed by the contents of each change note in that category.
0 commit comments