Skip to content

keep-a-changelog 2.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 15:28
· 50 commits to 2.12.x since this release
2.9.1

2.9.1 - 2020-09-15

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #91 differentiates the various reasons why version:tag fails, and adds more help information both when requested and when running the command.

  • #90 modifies the various events that communicate with the configured Git provider to indicate when invalid credentials were used, versus providing a generic failure message.

  • #89 fixes the config:create command to emit an error message and return a non-zero status when neither the --local|-l nor the --global|-g options have been provided.

  • #88 fixes an issue where using the phly/keep-a-changelog PHAR with configuration would lead to errors about the inability to locate provider classes. These are now resolved correctly by the PHAR.

  • #88 fixes an issue whereby calling config:create -l with a phly/keep-a-changelog PHAR file would result in unusable local configuration due to a string injected in the config template during PHAR creation.