Add `--completed` flag for `graph` command
Changes
non-breaking:
- Support graphing completed PR reviews with the new
--completed
flag for thegraph
command.
Notes
ℹ️ Harmony does not use completed PR reviews in calculating its weighted review workload; graphing completed PR reviews is just available to give the user a bigger picture.
ℹ️ This is the first release to require Idris 2 v0.6.0
-- The source code is no longer compatible with the v0.5.1
release of Idris 2.
Install via npm
with npm install --global @mattpolzin/harmony
or by downloading the attached harmony-npm.tar.gz
file, extracting, and then running npm install -g
from the unzipped folder to install globally on your system.
You can build the source with Idris 2 v0.6.0
.