This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
This release extends Unicorn's functionality to support custom scripting, templating and running as a GitHub Action.
Features
- commands: add component, priority and type commands (#66)
- commands: push files on issue complete (#71), fixes #39
- commands: support assigning multiple users to an issue (#71), fixes #46
- script, action: support scripting, GitHub action (#50), fixes #33, #43, #45
- template, commands: support custom file templates (#56), fixes #49, #55
- template, templates: move to pure scripting; add dart templates (#62), fixes #59
- templates: improve dart templates (#65), fixes #63
- templates: add kotlin template (#64), fixes #60
Bug Fixes
Docs
Refactor
- core: clearer structure for categorizations (#70)
Build
CI
Chore
- change action name (#75)