1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-08 08:36:03 +02:00

Merge pull request #227 from tphoney/prep_v1.6.2

(maint) prep v1.6.2
This commit is contained in:
Dan Wilson 2022-11-24 11:19:33 +00:00 committed by GitHub
commit 24bea58512
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

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

View File

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