Skip to content

Commit

Permalink
Add details-update.txt to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Nov 13, 2024
1 parent fe8fbb7 commit 928735a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ logos.tgz
yarn.lock
.env

details.txt
details.txt
details-update.txt
4 changes: 4 additions & 0 deletions scripts/version-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ async function getDetails() {

async function createChangeset() {
const details = await getDetails();
if (!details || details === '') {
console.log('❌ No logos to update.');
return;
}

const changeset =
`---
Expand Down

0 comments on commit 928735a

Please sign in to comment.