keep-a-changelog 1.5.0 Added ----- - [#24](https://github.com/phly/keep-a-changelog/pull/24) adds a GitLab repository provider. You can specify the new provider via a new `--provider gitlab` option to either the `tag` or `release` commands. - [#27](https://github.com/phly/keep-a-changelog/pull/27) adds the ability to create either a local or global config file containing both the preferred/default provider to use, and its associated token. Usage is `keep-a-changelog config`, optionally with a `--global` or `-g` flag. The command will then prompt you for the provider and token. Changed ------- - [#27](https://github.com/phly/keep-a-changelog/pull/27) modifies each of the `release` and `entry:*` commands to use the appropriate global or local configuration file, if found, to determine the provider and/or token to use; if either of the `--token` or `--provider` options are provided during invocation, those will override the values from configuration. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - Nothing.