Skip to content

Commit

Permalink
Use new shortcut commands
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Apr 2, 2018
1 parent 1633578 commit 18bc56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$version" ]; then
fi

echo "Running tests..."
crane run crane make test
crane cmd test

echo "Update version..."
old_version=$(grep -o "[0-9]*\.[0-9]*\.[0-9]*" crane/version_basic.go)
Expand All @@ -33,7 +33,7 @@ echo "Update contributors..."
git contributors | awk '{for (i=2; i<NF; i++) printf $i " "; print $NF}' > CONTRIBUTORS

echo "Build binaries..."
crane run crane make build
crane cmd build

echo "Update repository..."
git add crane/version_basic.go download.sh README.md CHANGELOG.md CONTRIBUTORS
Expand Down

0 comments on commit 18bc56c

Please sign in to comment.