Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #57 from itskingori/fixes
Fixes broken release process and incorrect indentation in changelog
  • Loading branch information
itskingori committed May 19, 2018
2 parents 46bdea2 + b169ba7 commit 251c0c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,7 +15,7 @@ deploy:
secure: M92ekUkZ5Z6x8szhl/xOg/SsZesfc9osI8HXIPMHERehDZxyWyKHuzWFXhjDyuTDER6EYibqG9KJbEBXKlUaBfKPqZSj4G/PZVjoSFStanJbF47AGw4K+j5xDRTTVzvW7vPXqPTz7urllD1Ov7iCs9iO9d5XWtJNyKEXfRyeohfnUqG9rBZk+bVXMYf3Tr1W3LL1VGnBIKbyQ6v09xAFKJtwUM7Ah7kzcO0nDw6oUJEIbEtPQi0oMIC0p+uFqavf/Q7SsSOQOpiIBn57wABm3mk7z+w5Cct2u3+8Bz43KKLsBj6u1wlPeTgtYEhxnvsYYMgKTawdOogdXpHLfaKDeSJOXYEJb/pGiozIB/zGz0GGbzcFQ07o6jOTkzUHWDHhKKoovpu5cty7CibYwB/of6EjD2bfERu8Ua2OSLYBNc8nPjBJ6CMfPsYTY1wWbSC2uP19qY3rIUg6Sf03FP6D5MFQ9cNeM5mT/Ic7XzjkSrx4DJE59/H5Ss76mYfgsIy2ER3lMHeh1vXXlW5B0fa1ZR4t96VdyFzjoPiPkOh1MbU0OTmRgMPqXlA3IdUXu0H2nywxuULGRZgPF1nmMXsmzcQhYtn/mF8mx9bQzC7rIdsK7j3Q/YBK+GKFeAGIHnLgJL82Mr6vXoT9mbSXS9ShkaFJSGu7Wy7BigENr9NBgko=
skip_cleanup: true
file_glob: true
file: binaries/*
file: bin/*
name: Version ${TRAVIS_TAG}
prerelease: false
on:
Expand All @@ -27,7 +27,7 @@ deploy:
secure: M92ekUkZ5Z6x8szhl/xOg/SsZesfc9osI8HXIPMHERehDZxyWyKHuzWFXhjDyuTDER6EYibqG9KJbEBXKlUaBfKPqZSj4G/PZVjoSFStanJbF47AGw4K+j5xDRTTVzvW7vPXqPTz7urllD1Ov7iCs9iO9d5XWtJNyKEXfRyeohfnUqG9rBZk+bVXMYf3Tr1W3LL1VGnBIKbyQ6v09xAFKJtwUM7Ah7kzcO0nDw6oUJEIbEtPQi0oMIC0p+uFqavf/Q7SsSOQOpiIBn57wABm3mk7z+w5Cct2u3+8Bz43KKLsBj6u1wlPeTgtYEhxnvsYYMgKTawdOogdXpHLfaKDeSJOXYEJb/pGiozIB/zGz0GGbzcFQ07o6jOTkzUHWDHhKKoovpu5cty7CibYwB/of6EjD2bfERu8Ua2OSLYBNc8nPjBJ6CMfPsYTY1wWbSC2uP19qY3rIUg6Sf03FP6D5MFQ9cNeM5mT/Ic7XzjkSrx4DJE59/H5Ss76mYfgsIy2ER3lMHeh1vXXlW5B0fa1ZR4t96VdyFzjoPiPkOh1MbU0OTmRgMPqXlA3IdUXu0H2nywxuULGRZgPF1nmMXsmzcQhYtn/mF8mx9bQzC7rIdsK7j3Q/YBK+GKFeAGIHnLgJL82Mr6vXoT9mbSXS9ShkaFJSGu7Wy7BigENr9NBgko=
skip_cleanup: true
file_glob: true
file: binaries/*
file: bin/*
name: Version ${TRAVIS_TAG}
prerelease: true
on:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,8 @@

## 0.8.0

* Configure commands to not accept arguments i.e. `server`, `worker` and
`version`.
* Configure commands to not accept arguments i.e. `server`, `worker` and
`version`.
* Improve `version` command to include build SHA.

## 0.7.0
Expand Down

0 comments on commit 251c0c7

Please sign in to comment.