Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Jul 10, 2017
1 parent e42d060 commit 2f6a9de
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

-----------------

## 1.1.5 (2017 Jul 10)

### Release Notes

* dependency updates

### Install or upgrade

To install this version, run the following commands (in a bash shell):

```
curl -fL https://github.com/bitrise-io/envman/releases/download/1.1.5/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman
```

Then:

```
chmod +x /usr/local/bin/envman
```

That's all, you're ready to call `envman`!

### Release Commits - 1.1.4 -> 1.1.5

* [e42d060] Krisztian Godrei - prepare for 1.1.5 (2017 Jul 10)
* [5174c25] Krisztián Gödrei - godeps update (#122) (2017 Jul 10)
* [c3aba6c] Krisztian Godrei - readme update (2017 Jul 10)
* [a9e6184] Krisztian Godrei - README update (2017 Jun 12)
* [4f0bef2] Krisztian Godrei - README: release a new version (2017 Jun 12)


## 1.1.4 (2017 Jun 12)

### Release Notes
Expand Down Expand Up @@ -590,4 +621,4 @@ That's all, you're ready to call `envman`!

-----------------

Generated at: 2017 Jun 12
Generated at: 2017 Jul 10
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ envman add --key SOME_KEY --valuefile /path/to/file/which/contains/the/value --e
1. Bump `RELEASE_VERSION` in bitrise.yml
1. Commit (do not Push) these changes on `master` branch
1. Run `bitrise run create-release`
1. Update the version test at: `./_tests/integration/version_test.go`
1. Fill the current version's `Release Notes` section in `CHANGELOG.md`
1. Push the changes to the `master` branch
1. Open the project's bitrise app on bitrise.io, find the triggered `create-release` workflow run's build
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// VERSION ...
const VERSION = "1.1.4"
const VERSION = "1.1.5"

0 comments on commit 2f6a9de

Please sign in to comment.