Skip to content

Commit

Permalink
Release v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Apr 7, 2016
1 parent 7500da2 commit f78fedf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.11.5-dev
## v0.11.5 (2016-04-07)

* Enhancements
* Add more registry metrics to `hex.info`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Hex.Mixfile do

def project do
[app: :hex,
version: "0.11.5-dev",
version: "0.11.5",
elixir: "~> 1.0",
aliases: aliases,
deps: deps,
Expand Down
10 changes: 0 additions & 10 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ function build {
mv hex-${1}.ez hex-${1}-${4}.ez
}

# $1 = hex version
# $... = elixir versions
function list_csv {
rm list.csv || true
aws s3 cp s3://s3.hex.pm/installs/list.csv list.csv

echo -e -n "\n$(join , $@)" >> list.csv
}

# $1 = hex version
# $... = elixir version
function hex_csv {
Expand Down Expand Up @@ -76,7 +67,6 @@ build ${hex_version} 18.3.1 1.2.3 1.2.0
build ${hex_version} 17.5.6.8 1.1.1 1.1.0
build ${hex_version} 17.5.6.8 1.0.5 1.0.0

list_csv ${hex_version} 1.0.0 1.1.0 1.2.0
hex_csv ${hex_version} 1.0.0 1.1.0 1.2.0
upload ${hex_version} 1.0.0 1.1.0 1.2.0

Expand Down

0 comments on commit f78fedf

Please sign in to comment.