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
doc="Options for the `getChangelog` handler function.">
974
+
<InterfaceMember
975
+
name="start"
976
+
optional
977
+
type="string"
978
+
doc="The starting version for the changelog."
979
+
/>
980
+
<hbr/>
981
+
<InterfaceMember
982
+
name="end"
983
+
optional
984
+
type="string"
985
+
doc="The ending version for the changelog."
986
+
/>
987
+
<hbr/>
988
+
</InterfaceDeclaration>
989
+
<Spacing/>
990
+
<TSDocheading="Get the changelog for the application dependencies.">
991
+
<TSDocRemarks>
992
+
{`This function is used to get the changelog for the application dependencies. It can be used in the CLI upgrade command to view the changes between versions.`}
993
+
</TSDocRemarks>
994
+
<Spacing/>
995
+
<TSDocParamname="options">
996
+
{`The options for the \`getChangelog\` function. Currently, there are no options available, but this parameter is included for future extensibility.`}
997
+
</TSDocParam>
998
+
<TSDocReturns>
999
+
{`A promise that resolves when the changelog is retrieved or undefined if the changelog was not retrieved.`}
0 commit comments