-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cl" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "A command line tool for recording changes to be collected for use in a Keep A Changelog formatted CHANGELOG.md" | ||
authors = ["Marc Addeo <[email protected]>"] | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,14 @@ the branch name. This will allow developers to log their changes in an atomic | |
way and avoid unnecessary merge conflicts. | ||
|
||
## Installation | ||
|
||
### Homebrew | ||
``` | ||
$ brew install marcaddeo/clsuite/cl | ||
``` | ||
|
||
### Cargo | ||
|
||
``` | ||
$ cargo install --git https://github.com/marcaddeo/cl | ||
``` | ||
|
@@ -16,7 +24,7 @@ _More installation methods coming soon_ | |
|
||
## Usage | ||
``` | ||
cl 0.1.0 | ||
cl 0.2.0 | ||
Marc Addeo <[email protected]> | ||
A command line tool for recording changes to be collected for use in a Keep A Changelog formatted CHANGELOG.md | ||
|