Skip to content

Commit

Permalink
Update publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Jul 3, 2016
1 parent d9cbe65 commit c0c3858
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 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. Commit the change to `elm-format.cabal`.
1. Create a signed tag for the new version.
1. Create a signed tag for the new version. `git tag -s <version> -m <version>`
1. Push the tag.


Expand All @@ -41,6 +41,7 @@ brew cask install virtualbox

## Publishing

1. Run `package/collect_files.sh`
1. Go to the release page for the new tag on github.
1. Upload the zip, tgz and asc files.
1. Write the release notes.
Expand Down
8 changes: 4 additions & 4 deletions package/win/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ BINEXT=".exe"

## Build binaries

# cabal clean
# cabal configure
# cabal build
# cabal install
cabal clean
cabal configure
cabal build
cabal install

function build-flavor() {
FLAVOR="$1"
Expand Down

0 comments on commit c0c3858

Please sign in to comment.