diff options
author | Yurii Rashkovskii <yrashk@gmail.com> | 2013-02-18 06:57:34 -0800 |
---|---|---|
committer | Yurii Rashkovskii <yrashk@gmail.com> | 2013-02-18 06:57:34 -0800 |
commit | 5844698f39d79c24990323b9c8b536baa95ed387 (patch) | |
tree | f50c5b6fd9c6a48b19f82a5e261a378c3d62d019 /RELEASE.md | |
parent | b55a917048e18b38c8c6375c8226c930bf74be6a (diff) | |
download | elixir-5844698f39d79c24990323b9c8b536baa95ed387.tar.gz |
Fix typo in RELEASE.md
Diffstat (limited to 'RELEASE.md')
-rw-r--r-- | RELEASE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md index e53cad33a..114fd468d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -16,7 +16,7 @@ This document simply outlines the release process: 7) Release new zip with `make release_zip`, push new zip to Elixir's elixir-lang.org/packages.html -8) Push package to expm with `expm publich package.exs` +8) Push package to expm with `expm publish package.exs` 9) After release, bump versions and add `.dev` back @@ -24,4 +24,4 @@ This document simply outlines the release process: * VERSION * CHANGELOG -* src/elixir.app.src
\ No newline at end of file +* src/elixir.app.src |