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

Releases: JonasWanke/Unicorn

0.1.0

01 Jan 20:58
bec720d
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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)

0.0.2

09 Apr 17:48
b47a52a
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Features

  • use unicorn (#37), fixes #34
  • commands/init: support init in existing repo (#36), fixes #28, #20, #27
  • commands/login: remove password support (#42), fixes #32

Bug Fixes

  • commands/init: only create .gitignore if templates were selected (#41), fixes #30

Docs

  • commands/init: fix/shorten templates and labels (#44), fixes #35

Refactor

  • rename config files (#40), fixes #29

0.0.1

30 Jan 13:27
043ea22
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Initial release supporting repository initialization.