Use --name-status instead of --summary
This commit is contained in:
parent
eae8ed1552
commit
93b482cbc7
@ -38,7 +38,7 @@ if [[ -n $ARCHIVE_INCR && -n $LAST_TAGGED_VERSION ]]; then
|
||||
|
||||
# Get all files
|
||||
export CHANGES_FILE="changes.txt"
|
||||
git diff --summary ${LAST_TAGGED_VERSION}..HEAD > ${CHANGES_FILE}
|
||||
git diff --name-status ${LAST_TAGGED_VERSION}..HEAD > ${CHANGES_FILE}
|
||||
|
||||
# Get added/modified files
|
||||
git diff --name-only --diff-filter=dr ${LAST_TAGGED_VERSION}..HEAD | \
|
||||
|
Loading…
Reference in New Issue
Block a user