Skip to content

Commit

Permalink
chore: enable debug mode in release script for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Dec 3, 2024
1 parent 60739ca commit 8dcd68a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ pnpm build
# add updated files to git
git add .

set -x

# set git user to the user who made the last commit
# (aka the user who triggered the release)
git config user.name "$(git --no-pager log --format=format:'%an' -n 1)"
Expand Down

0 comments on commit 8dcd68a

Please sign in to comment.