Skip to content

Commit 24bea58

Browse files
author
Dan Wilson
authored
Merge pull request #227 from tphoney/prep_v1.6.2
(maint) prep v1.6.2
2 parents 7a70abd + 5475142 commit 24bea58

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v1.6.2](https://github.com/harness/drone-cli/tree/v1.6.2) (2022-11-24)
4+
5+
[Full Changelog](https://github.com/harness/drone-cli/compare/v1.6.1...v1.6.2)
6+
7+
**Fixed bugs:**
8+
9+
- fix: use right parameter name for secrets-file [\#226](https://github.com/harness/drone-cli/pull/226) ([kameshsampath](https://github.com/kameshsampath))
10+
311
## [v1.6.1](https://github.com/harness/drone-cli/tree/v1.6.1) (2022-10-21)
412

513
[Full Changelog](https://github.com/harness/drone-cli/compare/v1.6.0...v1.6.1)
@@ -8,6 +16,10 @@
816

917
- \(fix\) add secret file to compiler in exec [\#222](https://github.com/harness/drone-cli/pull/222) ([tphoney](https://github.com/tphoney))
1018

19+
**Merged pull requests:**
20+
21+
- \(maint\) release prep 1.6.1 & go tidy [\#223](https://github.com/harness/drone-cli/pull/223) ([tphoney](https://github.com/tphoney))
22+
1123
## [v1.6.0](https://github.com/harness/drone-cli/tree/v1.6.0) (2022-10-19)
1224

1325
[Full Changelog](https://github.com/harness/drone-cli/compare/v1.5.0...v1.6.0)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ You can generate a token by logging into your GitHub account and going to Settin
1616

1717
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.
1818

19-
** Before moving on make sure to update the version file `version/version.go`. **
20-
2119
Run the changelog generator again with the future version according to semver.
2220

2321
```BASH
@@ -34,3 +32,4 @@ Create your pull request for the release. Get it merged then tag the release.
3432
[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.
3533

3634
[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).
35+

0 commit comments

Comments
 (0)