Skip to content

Commit

Permalink
Rename release-kanctl to gorelease (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv committed Aug 26, 2019
1 parent 088ab18 commit 55df6da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/.go
/.push-*
/.vendor
/bin
/dist
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ release-docs: docs
release-helm:
@/bin/bash ./build/release_helm.sh $(VERSION)

release-kanctl:
@$(MAKE) run CMD='-c "./build/release_kanctl.sh"'
gorelease:
@$(MAKE) run CMD='-c "./build/gorelease.sh"'

release-snapshot:
@$(MAKE) run CMD='-c "goreleaser --debug release --rm-dist --snapshot"'
Expand Down
File renamed without changes.

0 comments on commit 55df6da

Please sign in to comment.