[Numpy-svn] [numpy/numpy] 596f03: ENH: Improve announce to find github squash-merge ...

GitHub noreply at github.com
Thu Oct 20 03:40:24 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 596f0310ed318d08689b163d393aee1c600fe411
      https://github.com/numpy/numpy/commit/596f0310ed318d08689b163d393aee1c600fe411
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
    M tools/announce.py

  Log Message:
  -----------
  ENH: Improve announce to find github squash-merge commits.

Currently when the squash-merge button is hit on github, the PR title
with "(#PR)" appended is used as the commit message summary line when
the merge is fast-forwarded. This PR adds the ability to pick out the
corresponding PR numbers from the git log output.

Note that github may change this in the future and one early squash
merge in the 1.12.0 release did not have the PR number appended.


  Commit: d6f48249847f96d986377fc196dfdf629cd331d5
      https://github.com/numpy/numpy/commit/d6f48249847f96d986377fc196dfdf629cd331d5
  Author: Ralf Gommers <ralf.gommers at gmail.com>
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
    M tools/announce.py

  Log Message:
  -----------
  Merge pull request #8181 from charris/enhance-announce-tool

ENH: Improve announce to find github squash-merge commits.


Compare: https://github.com/numpy/numpy/compare/6da5f00fff52...d6f48249847f


More information about the Numpy-svn mailing list