Skip to content

Commit

Permalink
pretty format
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 16, 2024
1 parent 18bd741 commit 2b46b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-go-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "LAST_TAG_VERSION=${LAST_TAG_VERSION}" >> "$GITHUB_ENV"
# Get the commits between the last tag and the current tag that are in the directory scope
COMMITS=$(git log "$LAST_TAG..$PACKAGE_NAME/$VERSION" -- "$PACKAGE_NAME" --pretty=format:"- %s (%h)")
COMMITS=$(git log "$LAST_TAG..$PACKAGE_NAME/$VERSION" --pretty=format:"- %s (%h)" -- "$PACKAGE_NAME")
# Output the release notes
echo "Commits:"
Expand Down

0 comments on commit 2b46b5b

Please sign in to comment.