From 6e79d9a5daf04d9e6d2c23b9098f50e59a734a8e Mon Sep 17 00:00:00 2001 From: Aaron VonderHaar Date: Sun, 26 Mar 2017 11:35:51 -0700 Subject: [PATCH] Bump version to 0.6.0-alpha --- CHANGELOG.md | 2 +- PUBLISHING.md | 2 +- elm-format.cabal | 2 +- package/npm/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 093a3afec..118f13a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/PUBLISHING.md b/PUBLISHING.md index 015e54562..cd021b7e1 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -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 "")` 1. Commit the changes. 1. Create a signed tag for the new version. `git tag -s -m ` 1. Push the tag. diff --git a/elm-format.cabal b/elm-format.cabal index 11d538758..f8388cc13 100644 --- a/elm-format.cabal +++ b/elm-format.cabal @@ -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 diff --git a/package/npm/package.json b/package/npm/package.json index 33ac101dc..3b990a19b 100644 --- a/package/npm/package.json +++ b/package/npm/package.json @@ -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",