Skip to content

Commit 869710a

Browse files
committed
Remove release artifacts from v1.0 branch
1 parent 3345728 commit 869710a

File tree

4 files changed

+1
-1197
lines changed

4 files changed

+1
-1197
lines changed

Makefile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: apigen composer test
1+
.PHONY: composer test
22

33
COMPOSER_ARGS=update --no-interaction --prefer-source
44
PHPUNIT_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-$(*)

RELEASE-0.1.0

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)