chore: Enhance release workflow (#1400)

* Rename package-release to release

* Move tarball creation in Makefile

* Enhance release workflow

* Add --ignore-platform-reqs to composer build
This commit is contained in:
Jonas L 2021-10-15 14:59:59 +02:00 committed by GitHub
parent 8411c6225f
commit 4335795c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 74 deletions

View file

@ -30,4 +30,4 @@ lint: $(PHP-CS-FIXER)
.PHONY: build
build:
COMPOSER_ARGS=--no-dev $(MAKE)
COMPOSER_ARGS="--no-dev --ignore-platform-reqs" $(MAKE)