Skip to content

keep-a-changelog 1.4.4

Compare
Choose a tag to compare
@weierophinney weierophinney released this 26 Apr 15:14
· 591 commits to 2.13.x since this release

Added

  • Nothing.

Changed

  • #22 modifies how PR links are generated in several ways:
    • If the provided package name does not result in a valid PR link, it raises an excepion.
    • If the package name discovered in the composer.json does not result in a valid PR link, it then
    • Probes the git remotes to find the first that results in a valid package link.
      In each case, it performs a HEAD request on the generated link to determine if it is
      valid, following redirects as encountered.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.