Skip to content

Add `--completed` flag for `graph` command

Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 01 Nov 04:44
· 278 commits to main since this release
6005c03

Changes

non-breaking:

  • Support graphing completed PR reviews with the new --completed flag for the graph 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.