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 eaa95fc commit e3e6c27Copy full SHA for e3e6c27
Makefile
@@ -6,7 +6,7 @@ CHART_PATTERN = version:\s*(\d+\.\d+\.\d+)
6
bump:
7
@VERSION=$$(go run github.com/mattn/bump@latest up -y -w -f $(CHART_FILE) -p '$(CHART_PATTERN)') && \
8
[ -n "$$VERSION" ] && \
9
- git commit -am "bump version to $$VERSION" && \
+ git commit --no-gpg-sign -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.15
+version: 0.1.16
5
home: https://github.com/sipeed/picoclaw
sources:
- https://github.com/sipeed/picoclaw
0 commit comments