Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 1.04 KB

git-pr-release

v1.3.0 (2020-02-19)

full changelog

  • (#47) Fix Errno::ENOENT when finding the specified template (@onk)
  • (#45) Fix "warning: instance variable @xxx not initialized" (@onk)

v1.2.0 (2020-02-07)

full changelog

  • (#44) Use API option when detecting existing release PR (@onk)
  • (#41, #42) Refactor (@onk)
    • Some local variables are removed. This will break if you have customized the template ERB.

v1.1.0 (2020-01-02)

full changelog

  • (#38) Fetch changed files as many as possible (@shibayu36)

v1.0.1 (2019-12-17)

full changelog

  • (#37) Fix NameError (@onk)

v1.0.0 (2019-12-14)

  • (#35) Do not define classes and methods at the top level (@onk)
  • (#30) Extract logic from bin/git-pr-release (@banyan)

...

v0.0.1 (2014-01-21)

Initial Release