Skip to content

Commit

Permalink
Merge pull request #227 from tphoney/prep_v1.6.2
Browse files Browse the repository at this point in the history
(maint) prep v1.6.2
  • Loading branch information
Dan Wilson authored Nov 24, 2022
2 parents 7a70abd + 5475142 commit 24bea58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

0 comments on commit 24bea58

Please sign in to comment.