diff --git a/makefile b/makefile index 29591166..b9583a42 100644 --- a/makefile +++ b/makefile @@ -44,5 +44,5 @@ update-version: sed -i "s/^Version: .*/Version: $$new_version/" publish.yaml; \ git diff --exit-code || true -release-prod: update-version +release-prod: npm run publish diff --git a/publish.yaml b/publish.yaml index 9d3fbb70..b2ca1cb0 100644 --- a/publish.yaml +++ b/publish.yaml @@ -3,7 +3,7 @@ Type: Component Name: fc3 Provider: - 阿里云 -Version: dev +Version: 0.1.0 Description: 阿里云函数计算全生命周期管理 HomePage: https://github.com/devsapp/fc3 Organization: 阿里云函数计算(FC)