We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bf72d commit 5cac7d1Copy full SHA for 5cac7d1
Makefile.frag
@@ -56,7 +56,7 @@ package.xml:
56
php bin/prep-release.php $(PHONGO_VERSION)-$(PHONGO_STABILITY)
57
58
RELEASE:
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)
+ @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)
60
61
ChangeLog:
62
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short > ChangeLog
0 commit comments