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:
parent
8411c6225f
commit
4335795c52
4 changed files with 32 additions and 74 deletions
|
@ -30,4 +30,4 @@ lint: $(PHP-CS-FIXER)
|
|||
|
||||
.PHONY: build
|
||||
build:
|
||||
COMPOSER_ARGS=--no-dev $(MAKE)
|
||||
COMPOSER_ARGS="--no-dev --ignore-platform-reqs" $(MAKE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue