Release/1.11.0 (#21)

* release prep for 1.11.0
pull/22/head
Eoin McAfee 3 years ago committed by GitHub
parent d840ce4369
commit 82e8e3c205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

@ -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 <secret token> --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 <secret token> --future-release v1.0.0
```
Create your pull request for the release. Get it merged then tag the release.

Loading…
Cancel
Save