Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@JonasWanke JonasWanke released this 01 Jan 20:58
· 86 commits to master since this release
bec720d

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

  • commands: create correct labels using templates (#73), fixes #58

Docs

  • simplify GitHub templates (#54), fixes #52

Refactor

  • core: clearer structure for categorizations (#70)

Build

  • update libraries (#53), fixes #51

CI

  • use GitHub Actions (#74), fixes #68

Chore

  • change action name (#75)