Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Aug 28, 2017
1 parent d2a6b6c commit 1303c8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.17.0-dev
## v0.17.0 (2017-08-28)

### Private packages and organizations

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Hex.MixProject do
use Mix.Project

@version "0.16.2-dev"
@version "0.17.0"

{:ok, system_version} = Version.parse(System.version)
@elixir_version {system_version.major, system_version.minor, system_version.patch}
Expand Down
5 changes: 3 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,15 @@ function upload {
# UPDATE THIS FOR EVERY RELEASE
hex_version=$1

build ${hex_version} 20.0 1.5.1 1.5.0
build ${hex_version} 18.3 1.4.5 1.4.0
build ${hex_version} 18.3 1.3.4 1.3.0
build ${hex_version} 18.3 1.2.6 1.2.0
build ${hex_version} 17.5 1.1.1 1.1.0
build ${hex_version} 17.5 1.0.5 1.0.0

hex_csv "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
upload "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
hex_csv "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0
upload "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0


rm -rf _build
Expand Down

0 comments on commit 1303c8c

Please sign in to comment.