Re: [PR] chore: enhance makefile [skywalking-go]

2024-04-12 Thread via GitHub


mrproliu merged PR #180:
URL: https://github.com/apache/skywalking-go/pull/180


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] chore: enhance makefile [skywalking-go]

2024-04-11 Thread via GitHub


ShyunnY opened a new pull request, #180:
URL: https://github.com/apache/skywalking-go/pull/180

   In the current PR, the makefile has been enhanced, mainly including the 
following two enhancements:
   
   + Add `$(LOG_TARGET)` to support printing make execution target information 
highlighting
   + Add `make help` command to help users more conveniently understand the 
TARGET allowed to be executed in make
   like below:
   ```shell
   [root@shy code]# make help
   
   Usage:
 make 
   
   General
 help Display this help.
   
   Golang
 test Run E2E scenario tests
 lint Run golangci-lint linter
 checkRun consistency checks
 buildBuild skywalking-go agent binary
 release  Build skywalking-go agent release
   
   Docker
 docker   Build docker images for skywalking-go agent and Push 
docker images to registry
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org