We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbb1f2 commit d92cf88Copy full SHA for d92cf88
README.md
@@ -4,6 +4,7 @@
4
5
- [cc](#cc)
6
- [Changelog CLI](#changelog-cli)
7
+ - [Installation](#installation)
8
- [Configuration](#configuration)
9
- [Usage](#usage)
10
- [Markdown](#markdown)
@@ -22,6 +23,14 @@ A small go library to parse [conventional commits](https://www.conventionalcommi
22
23
## Changelog CLI
24
The changelog cli creates and updates [CHANGELOG.md](./CHANGELOG.md) markdown files.
25
26
+### Installation
27
+You can download a precompiled binary from the releases page or install it with go:
28
+
29
+```console
30
+$ go install github.com/zbindenren/cc/cmd/changelog@latest
31
+```
32
33
34
### Configuration
35
You can create a default changelog configuration `.cc.yml` with `changelog -init-config`. This results in the following configuration:
36
0 commit comments