From 82e8e3c205409ac1571cbd2c06e5dfb58be8f99d Mon Sep 17 00:00:00 2001 From: Eoin McAfee <83226740+eoinmcafee00@users.noreply.github.com> Date: Thu, 11 Nov 2021 11:17:54 +0000 Subject: [PATCH] Release/1.11.0 (#21) * release prep for 1.11.0 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9316e33..3ff669c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.11.0](https://github.com/drone/runner-go/tree/v1.11.0) (2021-11-11) + +[Full Changelog](https://github.com/drone/runner-go/compare/v1.10.0...v1.11.0) + +**Implemented enhancements:** + +- create card path env variable [\#19](https://github.com/drone/runner-go/pull/19) ([eoinmcafee00](https://github.com/eoinmcafee00)) + ## [v1.10.0](https://github.com/drone/runner-go/tree/v1.10.0) (2021-11-10) [Full Changelog](https://github.com/drone/runner-go/compare/v1.9.0...v1.10.0) @@ -10,6 +18,7 @@ **Merged pull requests:** +- Release/1.10.0 [\#18](https://github.com/drone/runner-go/pull/18) ([eoinmcafee00](https://github.com/eoinmcafee00)) - feat\(proxy\): support for all\_proxy variables [\#15](https://github.com/drone/runner-go/pull/15) ([ysicing](https://github.com/ysicing)) ## [v1.9.0](https://github.com/drone/runner-go/tree/v1.9.0) (2021-08-26) diff --git a/README.md b/README.md index 7315136..47ce201 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Next we tag the PR's with the fixes or enhancements labels. If the PR does not f Run the changelog generator again with the future version according to semver. ```BASH -docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p runner-go --future-release v1.0.0 +docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p runner-go --token --future-release v1.0.0 ``` Create your pull request for the release. Get it merged then tag the release.