Skip to content

Commit 19d7c14

Browse files
committed
List commits per release in the RELEASE file
1 parent e691955 commit 19d7c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ package.xml:
5656
php bin/prep-release.php $(PHONGO_VERSION)-$(PHONGO_STABILITY)
5757

5858
RELEASE:
59-
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short > RELEASE-$(PHONGO_VERSION)
59+
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short --since="$(git show -s --format=%ad `git rev-list --tags --max-count=1`)" > RELEASE-$(PHONGO_VERSION)
6060

6161
ChangeLog:
6262
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short > ChangeLog

0 commit comments

Comments
 (0)