Skip to content

Commit 6b33f7f

Browse files
committed
#66 No merge commits in change log
1 parent cc7ba68 commit 6b33f7f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
* remove list, but use an array [View](https://github.com/JBlond/php-diff/commit/aed258fe7de577fefcd618eb788f7503f2627d0d)
153153
* remove blank line [View](https://github.com/JBlond/php-diff/commit/35cd1ebc4702d71e6d1d0f0f6f24639cd8e450bf)
154154
* Code Fixes, Optimization, cleanup, refactoring and commenting. [View](https://github.com/JBlond/php-diff/commit/78a16587d681fc687de586321a7cb9659004f16a)
155-
* merge master into development [View](https://github.com/JBlond/php-diff/commit/47b8a7bfd676b12f5af01afb6c3f6579969df673)
156155

157156
## v1.14 (2019-12-03)
158157

changelog.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ do
99
if [ "$previous_tag" != 0 ];then
1010
tag_date=$(git log -1 --pretty=format:'%ad' --date=short ${previous_tag})
1111
printf "## ${previous_tag} (${tag_date})\n\n" >> changelog.md
12-
git log ${current_tag}...${previous_tag} --pretty=format:'* %s [View](https://github.com/JBlond/php-diff/commit/%H)' --reverse | grep -v Merge >> changelog.md
12+
git log ${current_tag}...${previous_tag} --no-merges --pretty=format:'* %s [View](https://github.com/JBlond/php-diff/commit/%H)' --reverse | grep -v Merge >> changelog.md
1313
printf "\n" >> changelog.md
1414
fi
1515
previous_tag=${current_tag}
16-
done
16+
done

0 commit comments

Comments
 (0)