This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 1d8a853 docs: update Release info & Makefile tip (#1478)
1d8a853 is described below
commit 1d8a853ac65c58aa7ba0aae816de0e4cc31472eb
Author: 琚致远 <[email protected]>
AuthorDate: Thu Feb 18 18:55:41 2021 +0800
docs: update Release info & Makefile tip (#1478)
---
Makefile | 12 ++++++------
README.md | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
index a5e216a..13c8cb8 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ help:
@grep -E '^### [-A-Za-z0-9_]+:' Makefile | sed 's/###/ /'
-### build: Build Apache APISIX Dashboard, it contains web and
manager-api
+### build: Build the Apache APISIX Dashboard, including web and
manager-api
.PHONY: build
build: web-default api-default
api/build.sh && cd ./web && export CYPRESS_INSTALL_BINARY=0 && yarn
install && yarn build && mkdir -p ../output/logs
@@ -55,7 +55,7 @@ ifeq ("$(wildcard $(GO_EXEC))", "")
endif
-### dag-lib: get dag-lib
+### dag-lib: Download the dag-lib
.PHONY: dag-lib
dag-lib:
ifeq ("$(wildcard api/dag-to-lua/dag-to-lua.lua)", "")
@@ -72,7 +72,7 @@ api-test: api-default dag-lib
cd api/ && APISIX_API_WORKDIR=$$PWD ENV=test go test -v -count=1 -race
-cover -coverprofile=coverage.txt -covermode=atomic ./...
-### api-run: Run the manager-api
+### api-run: Run the manager-api in develop mode
.PHONY: api-run
api-run: api-default
api/build.sh --dry-run
@@ -82,7 +82,7 @@ api-run: api-default
api-stop:
cd api && go run -ldflags "${GOLDFLAGS}" ./cmd/manager stop
-### go-lint: Lint Go source code
+### go-lint: Lint Go source codes
.PHONY: go-lint
go-lint: ## Run the golangci-lint application (install if not found)
@#Brew - MacOS
@@ -93,7 +93,7 @@ go-lint: ## Run the golangci-lint application (install if not
found)
@cd api && golangci-lint run --tests=false ./...
-### license-check: Check Apache APISIX Dashboard Source Codes for Apache
License
+### license-check: Check source codes for Apache License
.PHONY: license-check
license-check:
ifeq ("$(wildcard .actions/openwhisk-utilities/scancode/scanCode.py)", "")
@@ -103,7 +103,7 @@ endif
.actions/openwhisk-utilities/scancode/scanCode.py --config
.actions/ASF-Release.cfg ./
-### release-src: Package Apache APISIX Dashboard source codes for release
+### release-src: Package source codes for release
.PHONY: release-src
release-src:
./utils/version-check.sh ${VERSION}
diff --git a/README.md b/README.md
index b0717f6..c97ffc0 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@
- The master version should be used with Apache APISIX master version.
-- The latest released version is [2.3](https://apisix.apache.org/downloads/)
and should be used with [Apache APISIX
2.2](https://apisix.apache.org/downloads/). It is not recommended to use with
other Apache APISIX versions.
+- The latest released version is [2.4](https://apisix.apache.org/downloads/)
and should be used with [Apache APISIX
2.3](https://apisix.apache.org/downloads/). It is not recommended to use with
other Apache APISIX versions.
## What's Apache APISIX Dashboard