We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1f43f commit 7ca3c6cCopy full SHA for 7ca3c6c
1 file changed
resources/templates/changelog.md.ejs
@@ -23,5 +23,5 @@ See the list of the breaking changes below for details.
23
<%_ } -%>
24
<%_ if ( compareUrl ) { -%>
25
26
-Compare with the previous release: [<%- changelog.previousRelease.versionString %>](<%- compareUrl %>)
+Compare with the previous release: [<%- changelog.parentRelease.versionString %>](<%- compareUrl %>)
27
0 commit comments