diff --git a/.changes/v0.8.0.md b/.changes/v0.8.0.md index 604f6f2..fd2f3cc 100644 --- a/.changes/v0.8.0.md +++ b/.changes/v0.8.0.md @@ -1,4 +1,6 @@ ## v0.8.0 - 2025-02-15 ### Changed * Breaking: `cmd-lists` key changed to `cmdLists` +* Properly load list config * Config file loading properly errors +* CI Configs diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/publish-docs.yml index ef790d6..79ebd82 100644 --- a/.woodpecker/publish-docs.yml +++ b/.woodpecker/publish-docs.yml @@ -28,7 +28,7 @@ steps: from_secret: ssh_host_key SSH_DEPLOY_KEY: from_secret: ssh_deploy_key - SSH_HOST_PASSPHRASE: + SSH_PASSPHRASE: from_secret: ssh_passphrase when: diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc92c6..4f69649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ## v0.8.0 - 2025-02-15 ### Changed * Breaking: `cmd-lists` key changed to `cmdLists` +* Properly load list config * Config file loading properly errors +* CI Configs ## v0.7.8 - 2025-02-14 ### Fixed