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
@@ -213,7 +214,11 @@ function generateReleaseNotes(version) {
213
214
// Full Changelog
214
215
notes+=`---\n\n`;
215
216
notes+=`## Full Changelog\n\n`;
216
-
notes+=`For the complete list of changes, see the [commit history](https://github.com/OS366/phantom/compare/${lastTag||'HEAD~'+stats.total}...HEAD).\n\n`;
0 commit comments