We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8c2a1 commit 387ac1cCopy full SHA for 387ac1c
2 files changed
makefile
@@ -44,5 +44,5 @@ update-version:
44
sed -i "s/^Version: .*/Version: $$new_version/" publish.yaml; \
45
git diff --exit-code || true
46
47
-release-prod: update-version
+release-prod:
48
npm run publish
publish.yaml
@@ -3,7 +3,7 @@ Type: Component
3
Name: fc3
4
Provider:
5
- 阿里云
6
-Version: dev
+Version: 0.1.0
7
Description: 阿里云函数计算全生命周期管理
8
HomePage: https://github.com/devsapp/fc3
9
Organization: 阿里云函数计算(FC)
0 commit comments