⭐ Features
- [#693] enforce named arguments for actions - this is to forbid using positional arguments which can cause issues when an action gets an input in the middle of the class signature. Thanks to this change, action's usage is explicit with regards to the inputs, like in GitHub Actions workflow YAML
- add link to API docs - the API docs aren't yet great, especially because of their coverage, but the docs are now built and hosted so that they can be used and further improved
🛠️ Fixes
None.
💣 Breaking changes
- [#693] enforce named arguments for actions - you may need to adjust how you use the actions, otherwise a compilation error will occur
▶️ Actions
- docker/metadata-action@v4 (thanks @NikkyAI!)
- add actions/setup-go@v4
- aws-actions/configure-aws-credentials@v2
Other
Thanks @Vampire for various contributions around docs, especially enable automatic unindenting of snippets!
Full Changelog: v0.38.0...v0.39.0