Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Oct 4, 2022
1 parent 8b5f8e1 commit 3c4d736
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ jobs:
run: |
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
/home/runner/go/bin/gocyclo -over 19 main.go pkg # forbid code with huge/complex functions
- name: Inject version
uses: jacobtomlinson/gha-find-replace@v2
with:
find: 'v0.0.0'
replace: ${{ github.ref_name }}
include: "pkg/dashboard/static/datadog.js"
- name: Calm down GoReleaser
run: |
git config --global user.email "[email protected]"
git config --global user.name "GH Internal"
git add pkg/dashboard/static/datadog.js
git commit -m "temporary"
- name: Dry Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Inject version
uses: jacobtomlinson/gha-find-replace@v2
with:
find: 'v0.0.0'
replace: ${{ github.ref_name }}
include: "pkg/dashboard/static/datadog.js"
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "dashboard"
version: "0.0.9"
version: "0.1.0"
usage: "A simplified way of working with Helm"
description: "View HELM situation in nice web UI"
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"
Expand Down

0 comments on commit 3c4d736

Please sign in to comment.