File tree Expand file tree Collapse file tree 4 files changed +1
-1197
lines changed
Expand file tree Collapse file tree 4 files changed +1
-1197
lines changed Original file line number Diff line number Diff line change 1- .PHONY : apigen composer test
1+ .PHONY : composer test
22
33COMPOSER_ARGS =update --no-interaction --prefer-source
44PHPUNIT_ARGS =--process-isolation
@@ -24,14 +24,3 @@ test: composer
2424 echo >&2 " Cannot find phpunit; aborting." ; \
2525 false ; \
2626 fi
27-
28- release/% : release-log/%
29- @echo " Please run:"
30- @echo " " git add RELEASE-$(* )
31- @echo " " git commit -m \" Add $(* ) release notes\"
32- @echo " " git tag -a -m \" Release MongoDB library $(* ) \" $(* )
33- @echo " " git push REMOTE ` git rev-parse --abbrev-ref HEAD`
34- @echo " " git push REMOTE --tags
35-
36- release-log/% :
37- @git log --pretty=format:" %ad %an <%ae>%n%x09* %s%n" --date short --no-merges --since=" $$ (git show -s --format=%ad ` git rev-list --tags --max-count=1` )" > RELEASE-$(* )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments