Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@masukomi masukomi released this 22 Oct 15:54
· 12 commits to master since this release
v1.3.1
aaa0b40

Enhancements / Fixes :

  • Disables pre-commit hooks on new repos unless

    PRIVATE_COMMENTS_ALLOW_PRE_COMMIT=true
    Issue #15

  • Deleting of a comment now uses force with git rm

    This is ultimatle just extra compensation for the bad
    state caused by failing pre-commit hooks, but it's
    only a partial band-aid.
    Issue #14