We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e5f61 commit 7837610Copy full SHA for 7837610
src/markdown.ts
@@ -151,7 +151,7 @@ export function generateMarkdown(params: {
151
152
const lines: string[] = [];
153
154
- const url = `https://github.com/${options.github.repo}/compare/${options.from}...${options.to}`;
+ const url = `https://github.com/${options.github.repo}/compare/${options.from}...${options.to || options.from}`;
155
156
if (showTitle) {
157
const date = options.tagDateMap.get(options.to) || dayjs().format('YYYY-MM-DD');
0 commit comments