From 2f6a9de9ada709980967773c4942936dca8daa75 Mon Sep 17 00:00:00 2001 From: Krisztian Godrei Date: Mon, 10 Jul 2017 10:48:54 +0200 Subject: [PATCH] v1.1.5 --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- README.md | 1 - version/version.go | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869f485b..dff1bb55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -590,4 +621,4 @@ That's all, you're ready to call `envman`! ----------------- -Generated at: 2017 Jun 12 +Generated at: 2017 Jul 10 diff --git a/README.md b/README.md index 38df1887..15e21b2b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/version/version.go b/version/version.go index d51b3c9d..c9fc11c4 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // VERSION ... -const VERSION = "1.1.4" +const VERSION = "1.1.5"