Bump kcrypt and get rc versions for it (#203)

This commit is contained in:
Itxaka 2023-05-04 23:31:00 +02:00 committed by GitHub
parent 5f69e7a34e
commit a806865e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ env:
- CGO_ENABLED=0
steps:
- |
PACKAGE_VERSION=${PACKAGE_VERSION%\-*} && \
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && git checkout v"${PACKAGE_VERSION}" -b build && go build -ldflags="-w -s" && mv {{.Values.name}} /usr/bin/
- chmod +x /usr/bin/{{.Values.name}}
includes:

View File

@ -1,6 +1,6 @@
name: kcrypt
category: system
version: "0.5.2"
version: "0.6.0-rc1"
labels:
github.repo: "kcrypt"
autobump.revdeps: "true"