Skip to content

Commit

Permalink
Update release script to use new version package
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Dec 17, 2018
1 parent 3af7d4f commit 9991006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ v="${1}"

export RELEASE_GIT_TAG="${v}"

go generate ./cmd/eksctl
go generate ./pkg/version

git add ./cmd/eksctl/version_release.go
git add ./pkg/version/release.go

m="Tag ${v} release"

Expand Down

0 comments on commit 9991006

Please sign in to comment.