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:
parent
c2c9d72f8b
commit
bb0d3a8831
11
Makefile
11
Makefile
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user