mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-22 17:01:58 +01:00
commit
24bea58512
12
CHANGELOG.md
12
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)
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user