Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Mar 4, 2019
1 parent f29acf7 commit 534ab0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ package-artifacts:
publish-base-images:
go run cmd/util/publisher/publisher.go --runtime-version=$(RUNTIME_VERSION)

release: clean codegen set-version build images images-push cross-compile package-examples git-tag
release: clean codegen set-version build-resources build images images-push cross-compile package-examples git-tag

install-minishift:
./script/install_minishift.sh
Expand Down
4 changes: 2 additions & 2 deletions script/git_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ location=$(dirname $0)
target_version=$1
target_branch=$2

git branch -D staging-${target_version} || true
git checkout -b staging-${target_version}
#git branch -D staging-${target_version} || true
#git checkout -b staging-${target_version}
git add * || true
git commit -a -m "Release ${target_version}"
git tag --force ${target_version} staging-${target_version}
Expand Down

0 comments on commit 534ab0a

Please sign in to comment.