未验证 提交 5e9586c3 编写于 作者: W Wen Ming 提交者: GitHub

rocks: fixed wrong version of luarocks. (#32)

* rocks: fixed wrong version of luarocks.
上级 7b23a978
# Release Guide
All committer should follow these steps to do release for this repo.
1. Update the [CHANGES.md](CHANGES.md) to prepare the official release.
1. Update the [CHANGES.md](CHANGES.md) to prepare the official release.
2. Package the source release.
......@@ -54,7 +54,7 @@ within the next couple of days.
5. Call for a vote. Call a vote in dev@skywalking.apache.org
```
[VOTE] Release SkyWalking Nginx LUA x.y.z
[VOTE] Release SkyWalking Nginx LUA x.y.z
This is a call for vote to release Apache SkyWalking Nginx LUA version x.y.z.
......@@ -108,8 +108,8 @@ Hi all,
Apache SkyWalking Team is glad to announce the first release of Apache SkyWalking Nginx LUA x.y.z
SkyWalking: APM (application performance monitor) tool for distributed systems,
especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
SkyWalking: APM (application performance monitor) tool for distributed systems,
especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
SkyWalking Nginx Agent provides the native tracing capability for Nginx powered by Nginx LUA module.
......@@ -141,3 +141,8 @@ SkyWalking Resources:
- Apache SkyWalking Team
```
6. upload rockspec file to luarocks.org
login to [luarocks.org](https://luarocks.org/), the user name is `apache-skywalking` and the password has been sent to `private@skwalking.apache.org`.
Then upload the rockspec file and you can use the `luarocks` command line to install the new version.
package = "skywalking-nginx-lua"
version = "1.0-0"
version = "0.1-0"
source = {
url = "git://github.com/apache/skywalking-nginx-lua",
branch = "master",
......
package = "skywalking-nginx-lua"
version = "2.0-0"
version = "0.2-0"
source = {
url = "git://github.com/apache/skywalking-nginx-lua",
branch = "master",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册