Skip to content

Commit

Permalink
Improving release candidate handling
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Feb 21, 2024
1 parent 7fa39ff commit f5b77a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
- name: Update new version in krew-index
uses: rajatjindal/[email protected]
if: ${{ !contains(github.ref, "rc") }}
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ brews:
description: kube-capacity provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
test: |
system "#{bin}/kube-capacity version"
release:
prerelease: auto

0 comments on commit f5b77a6

Please sign in to comment.