slack-ruby / slack-ruby-client

A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
MIT License
1.19k stars 214 forks source link

Renamed CLI to Cli and incremented version to 2.1.0. #435

Closed dblock closed 1 year ago

dblock commented 1 year ago

Renamed CLI to Cli to match Api, otherwise it feels like a constant.

Incremented version since this is a significant change, although not backwards-compatibility-breaking since no external behavior changed.

dangerpr-bot commented 1 year ago
2 Warnings
:warning: There're library changes, but not tests. That's OK as long as you're refactoring existing code.
:warning: Unless you're refactoring existing code or improving documentation, please update CHANGELOG.md.

Here's an example of a CHANGELOG.md entry:

* [#435](https://github.com/slack-ruby/slack-ruby-client/pull/435): Renamed cli to cli and incremented version to 2.1.0 - [@dblock](https://github.com/dblock).

Generated by :no_entry_sign: Danger