Skip to content

Commit

Permalink
Release/1.11.0 (#21)
Browse files Browse the repository at this point in the history
* release prep for 1.11.0
  • Loading branch information
eoinmcafee00 authored Nov 11, 2021
1 parent d840ce4 commit 82e8e3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 82e8e3c

Please sign in to comment.