We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17dda1 commit 63b711aCopy full SHA for 63b711a
Makefile
@@ -8,4 +8,5 @@ bump:
8
[ -n "$$VERSION" ] && \
9
git commit -am "bump version to $$VERSION" && \
10
git tag "v$$VERSION" && \
11
+ git push origin main && \
12
git push origin "v$$VERSION"
charts/picoclaw/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: picoclaw
3
description: A Helm chart for picoclaw gateway
4
-version: 0.1.3
+version: 0.1.4
5
home: https://github.com/sipeed/picoclaw
6
sources:
7
- https://github.com/sipeed/picoclaw
0 commit comments