1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-11 19:14:38 +01:00

Remove "tag" from make file (#2764)

This commit is contained in:
Tobias Nyholm 2020-09-20 12:56:24 +02:00 committed by GitHub
parent c2c9d72f8b
commit bb0d3a8831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ help:
@echo " clean to remove build artifacts" @echo " clean to remove build artifacts"
@echo " docs to build the Sphinx docs" @echo " docs to build the Sphinx docs"
@echo " docs-show to view the Sphinx docs" @echo " docs-show to view the Sphinx docs"
@echo " tag to modify the version, update changelog, and chag tag"
@echo " static to run phpstan and php-cs-fixer on the codebase" @echo " static to run phpstan and php-cs-fixer on the codebase"
@echo " static-phpstan to run phpstan on the codebase" @echo " static-phpstan to run phpstan on the codebase"
@echo " static-phpstan-update-baseline to regenerate the phpstan baseline file" @echo " static-phpstan-update-baseline to regenerate the phpstan baseline file"
@ -53,16 +52,6 @@ docs:
docs-show: docs-show:
open docs/_build/html/index.html open docs/_build/html/index.html
tag:
$(if $(TAG),,$(error TAG is not defined. Pass via "make tag TAG=4.2.1"))
@echo Tagging $(TAG)
chag update $(TAG)
sed -i '' -e "s/VERSION = '.*'/VERSION = '$(TAG)'/" src/ClientInterface.php
php -l src/ClientInterface.php
git add -A
git commit -m '$(TAG) release'
chag tag
static: static-phpstan static-psalm static-codestyle-check static: static-phpstan static-psalm static-codestyle-check
static-psalm: static-psalm: