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 - CGO_ENABLED=0
steps: 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/ 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}} - chmod +x /usr/bin/{{.Values.name}}
includes: includes:

View File

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