Skip to content

Commit

Permalink
Bump version to 0.6.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Mar 26, 2017
1 parent 43ac0bd commit 6e79d9a
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@
## master (next release, 0.6.0-alpha)
## 0.6.0-alpha

Notes:
- Support for Elm 0.16 is deprecated (but is still available with the `--elm-version=0.16` option).
Expand Down
2 changes: 1 addition & 1 deletion PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ brew cask install virtualbox
1. Create a github issue to draft the release notes.
1. Edit `elm-format.cabal` to remove `-dev` from the version and make sure the version number is correct.
1. Edit `CHANGELOG.md` to set the correct version number.
1. `(cd package/npm && npm version "$(git describe --abbrev=8)")`
1. `(cd package/npm && npm version "<new version>")`
1. Commit the changes.
1. Create a signed tag for the new version. `git tag -s <version> -m <version>`
1. Push the tag.
Expand Down
2 changes: 1 addition & 1 deletion elm-format.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: elm-format
version: 0.6.0-alpha-dev
version: 0.6.0-alpha

Synopsis:
A source code formatter for Elm
Expand Down
2 changes: 1 addition & 1 deletion package/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-format",
"version": "0.5.2-alpha",
"version": "0.6.0-alpha",
"description": "Install elm-format",
"preferGlobal": true,
"main": "install.js",
Expand Down

0 comments on commit 6e79d9a

Please sign in to comment.