Pronto v0.9.0 Release Notes

Release Date: 2017-04-23 // almost 7 years ago
  • ๐Ÿ†• New features

    • #206: add Bitbucket Server pull request formatter.
    • ๐Ÿ”ง #204: add ability configure message format for each formatter.
    • #111: add --staged option for pronto run to analyze staged changes.
    • #217: add GitHub pull request review formatter.

    ๐Ÿ”„ Changes

    • #193: rename pronto run --index option to --unstaged.
    • #49: handle nonexistence of GitHub pull requests gracefully.
    • #217: depend on octokit >= 4.7.0.
    • #224: depend on gitlab >= 4.0.0.
    • #222: prefix PULL_REQUEST_ID env variable with PRONTO_.

    ๐Ÿ› Bugs fixed

    • #215: an exclusion of files for single runner led to those files being excluded for all runners.