Skip to content

Commit

Permalink
No markdown characters that mean anything in the shell.
Browse files Browse the repository at this point in the history
* or `` both cause odd shell side effects.
  • Loading branch information
metcalfc committed Oct 23, 2021
1 parent 36466c9 commit 225f098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.sh
Expand Up @@ -21,7 +21,7 @@ then
fi

log=$(git log "${base_ref}...${head_ref}" \
--pretty=format:"* [%h](http://github.com/${repo_url}/commit/%H) - %s" \
--pretty=format:"- [%h](http://github.com/${repo_url}/commit/%H) - %s" \
--reverse)

if [ -z "$log" ];
Expand Down
2 changes: 1 addition & 1 deletion dist/changelog.sh
Expand Up @@ -21,7 +21,7 @@ then
fi

log=$(git log "${base_ref}...${head_ref}" \
--pretty=format:"* [%h](http://github.com/${repo_url}/commit/%H) - %s" \
--pretty=format:"- [%h](http://github.com/${repo_url}/commit/%H) - %s" \
--reverse)

if [ -z "$log" ];
Expand Down

0 comments on commit 225f098

Please sign in to comment.