Skip to content

Commit

Permalink
Bump to 0.10.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Aug 3, 2013
1 parent 0523789 commit bac39e4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.10.2-dev

* enhancements

* bug fix

* deprecations

* backwards incompatible changes


# v0.10.1 (2013-08-03)

* enhancements
Expand Down
10 changes: 6 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ This document simply outlines the release process:

3) Ensure CHANGELOG is updated and tag release version with timestamp in it

4) Commit changes above and update stable branch
4) Commit changes above with title "Release vVERSION"

5) Create tag from master branch
5) Push master and create tag from master branch

6) Release new docs with `make release_docs`, move docs to `docs/stable`

7) Release new zip with `make release_zip`, push new zip to Github Releases

8) Push package to expm with `expm publish package.exs`

9) After release, bump versions and add `-dev` back
9) Merge master into stable branch and push it

10) `make release_docs` once again and push `elixir-lang.github.com`
10) After release, bump versions and add `-dev` back

11) `make release_docs` once again and push `elixir-lang.github.com`

## Places where version is mentioned

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
0.10.2-dev
2 changes: 1 addition & 1 deletion src/elixir.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, elixir,
[{description, "elixir"},
{vsn, "0.10.1"},
{vsn, "0.10.2-dev"},
{modules, [
elixir
]},
Expand Down

0 comments on commit bac39e4

Please sign in to comment.