Skip to content

Commit

Permalink
chore: fix broken prettier CHANGELOG formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalBush committed Dec 9, 2023
1 parent 2462b79 commit a35c566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
gh_url=$(gh repo view --json url -q ".url")
prev_tag=$(git describe --tags --abbrev=0)
new_version=$(npm pkg get version|xargs)
new_log=$(git log --pretty="* %s ([%h]($gh_url/commit/%H))" $prev_tag..)
new_log=$(git log --pretty="- %s ([%h]($gh_url/commit/%H))" $prev_tag..)

echo "## $new_version ($(date +"%Y-%m-%d"))
$new_log
Expand Down

0 comments on commit a35c566

Please sign in to comment.