Skip to content

Releases: mattpolzin/harmony

Config

08 Oct 04:24
Compare
Choose a tag to compare
Config Pre-release
Pre-release
  • Adds a config command that allows getting and setting of some portion of the harmony configuration. So far, just whether or not to assign teams in addition to individuals when requesting reviews and whether or not to comment on pull requests when requesting reviews.
  • Asks for additional configuration options when initially creating the configuration file.
  • Adds more details to the output of the graph command.

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.5.1

Contribute

01 Oct 19:24
Compare
Choose a tag to compare
Contribute Pre-release
Pre-release
  • Adds a contribute command that suggests a PR you could review to contribute to the org.
  • Adds information on reviews you have given to the output of the reflect command.

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.5.1

Reflect

25 Sep 05:23
Compare
Choose a tag to compare
Reflect Pre-release
Pre-release

This release adds a reflect command that summarizes your PR history over the past 100 PRs.


Install release by downloading the attached harmony-npm.tar.gz file, extracting, and then running npm install -g to install globally on your system.

You can build the source with Idris 2 v0.5.1

Initial Release

13 Sep 00:25
887e69a
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

The first release of Harmony.


Install release by downloading the attached harmony-npm.tar.gz file, extracting, and then running npm install -g to install globally on your system.

You can build the source with Idris 2 v0.5.1