You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2022/03/04 07:05:08 UTC

[apisix-python-plugin-runner] branch master updated: chore(Makefile): update release and clean command (#47)

This is an automated email from the ASF dual-hosted git repository.

shuaijinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-python-plugin-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new ed4dbe6  chore(Makefile): update release and clean command (#47)
ed4dbe6 is described below

commit ed4dbe6d7fdc1cd0828f6ab6dfcebc1ccae08258
Author: 帅进超 <sh...@gmail.com>
AuthorDate: Fri Mar 4 15:05:02 2022 +0800

    chore(Makefile): update release and clean command (#47)
---
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6f28d41..eedfded 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ lint: clean
 
 .PHONY: clean
 clean:
-	rm -rf apache_apisix.egg-info dist build assets .coverage report.html
+	rm -rf apache_apisix.egg-info dist build assets .coverage report.html release
 	find . -name "__pycache__" -exec rm -r {} +
 	find . -name ".pytest_cache" -exec rm -r {} +
 	find . -name "*.pyc" -exec rm -r {} +
@@ -56,7 +56,8 @@ dev:
 
 .PHONY: release
 release:
-	tar -zcvf $(RELEASE_SRC).tgz apisix docs tests *.md LICENSE Makefile NOTICE pytest.ini requirements.txt setup.py
+	tar -zcvf $(RELEASE_SRC).tgz apisix bin docs tests conf setup.py *.md \
+ 	LICENSE Makefile NOTICE pytest.ini requirements.txt
 	gpg --batch --yes --armor --detach-sig $(RELEASE_SRC).tgz
 	shasum -a 512 $(RELEASE_SRC).tgz > $(RELEASE_SRC).tgz.sha512
 	mkdir -p release