File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
packages/simple-github-release/src Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -68,23 +68,23 @@ describe('changelog', () => {
6868 const stream = fs . createReadStream ( path . join ( mocks , 'CHANGELOG_2.md' ) )
6969
7070 expect ( await readLastChangesFromStream ( stream ) ) . toMatchInlineSnapshot ( `
71- [
72- "1.0.0",
73- "### Added
74- - Version navigation.
75- - Links to latest released version in previous versions.
76- - \\ "Why keep a changelog?\\ " section.
77-
78- ### Changed
79- - Start using \\ "changelog\\ " over \\ "change log\\ " since it's the common usage.
80- - Start versioning based on the current English version at 0.3.0 to help
81- translation authors keep things up-to-date.
82-
83- ### Removed
84- - Section about \\ "changelog\\ " vs \\ "CHANGELOG\\ ".
85- ",
86- ]
87- ` )
71+ [
72+ "1.0.0",
73+ "### Added
74+ - Version navigation.
75+ - Links to latest released version in previous versions.
76+ - "Why keep a changelog?" section.
77+
78+ ### Changed
79+ - Start using "changelog" over "change log" since it's the common usage.
80+ - Start versioning based on the current English version at 0.3.0 to help
81+ translation authors keep things up-to-date.
82+
83+ ### Removed
84+ - Section about "changelog" vs "CHANGELOG".
85+ ",
86+ ]
87+ `)
8888 } )
8989 } )
9090} )
You can’t perform that action at this time.
0 commit comments