Skip to content

Commit 5a9fed6

Browse files
committed
Add comparison link for available updates in metadata check
1 parent 0fb5e42 commit 5a9fed6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/check-updates.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ async function main() {
140140
console.log(` Latest commit message: "${latestCommit.commit.message.split('\n')[0]}"`);
141141
}
142142
console.log(` 🔄 UPDATE AVAILABLE!`);
143+
console.log(` 📄 Compare commits: https://github.com/${metadata.owner}/${metadata.repo}/compare/${metadata.commit}...${latestCommit.sha}`);
143144
updatesAvailable++;
144145

145146
// Get file paths to track

0 commit comments

Comments
 (0)