From 54751422643ae562fb6d8d38a494929da8c66948 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Thu, 24 Nov 2022 11:05:10 +0000 Subject: [PATCH] (maint) prep v1.6.2 --- CHANGELOG.md | 12 ++++++++++++ README.md | 3 +-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c8e22..b3061cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.6.2](https://github.com/harness/drone-cli/tree/v1.6.2) (2022-11-24) + +[Full Changelog](https://github.com/harness/drone-cli/compare/v1.6.1...v1.6.2) + +**Fixed bugs:** + +- fix: use right parameter name for secrets-file [\#226](https://github.com/harness/drone-cli/pull/226) ([kameshsampath](https://github.com/kameshsampath)) + ## [v1.6.1](https://github.com/harness/drone-cli/tree/v1.6.1) (2022-10-21) [Full Changelog](https://github.com/harness/drone-cli/compare/v1.6.0...v1.6.1) @@ -8,6 +16,10 @@ - \(fix\) add secret file to compiler in exec [\#222](https://github.com/harness/drone-cli/pull/222) ([tphoney](https://github.com/tphoney)) +**Merged pull requests:** + +- \(maint\) release prep 1.6.1 & go tidy [\#223](https://github.com/harness/drone-cli/pull/223) ([tphoney](https://github.com/tphoney)) + ## [v1.6.0](https://github.com/harness/drone-cli/tree/v1.6.0) (2022-10-19) [Full Changelog](https://github.com/harness/drone-cli/compare/v1.5.0...v1.6.0) diff --git a/README.md b/README.md index 38e3cb7..9a0b842 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ You can generate a token by logging into your GitHub account and going to Settin Next we tag the PR's with the fixes or enhancements labels. If the PR does not fufil the requirements, do not add a label. -** Before moving on make sure to update the version file `version/version.go`. ** - Run the changelog generator again with the future version according to semver. ```BASH @@ -34,3 +32,4 @@ Create your pull request for the release. Get it merged then tag the release. [Report or Track A Bug](https://community.harness.io/c/bugs/17) - Find a bug? Please report in our forum under Drone Bugs. Please provide screenshots and steps to reproduce. [Events](https://www.meetup.com/harness/) - Keep up to date with Drone events and check out previous events [here](https://www.youtube.com/watch?v=Oq34ImUGcHA&list=PLXsYHFsLmqf3zwelQDAKoVNmLeqcVsD9o). +