Skip to content

Commit e3e6c27

Browse files
committed
bump version to 0.1.16
1 parent eaa95fc commit e3e6c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CHART_PATTERN = version:\s*(\d+\.\d+\.\d+)
66
bump:
77
@VERSION=$$(go run github.com/mattn/bump@latest up -y -w -f $(CHART_FILE) -p '$(CHART_PATTERN)') && \
88
[ -n "$$VERSION" ] && \
9-
git commit -am "bump version to $$VERSION" && \
9+
git commit --no-gpg-sign -am "bump version to $$VERSION" && \
1010
git tag "v$$VERSION" && \
1111
git push origin main && \
1212
git push origin "v$$VERSION"

charts/picoclaw/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: picoclaw
33
description: A Helm chart for picoclaw gateway
4-
version: 0.1.15
4+
version: 0.1.16
55
home: https://github.com/sipeed/picoclaw
66
sources:
77
- https://github.com/sipeed/picoclaw

0 commit comments

Comments
 (0)