Skip to content

Commit 7e0664a

Browse files
committed
docs(readme): add test badge
1 parent 27728f4 commit 7e0664a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<samp>Changelog generator using Commit History</samp>
66
</p>
77

8+
[![Test](https://github.com/barelyhuman/commitlog/actions/workflows/test.yml/badge.svg)](https://github.com/barelyhuman/commitlog/actions/workflows/test.yml)
89
![Binary Builds](https://github.com/barelyhuman/commitlog/workflows/Binary%20Builds/badge.svg)
910
![Binary Builds Pre-Releases](https://github.com/barelyhuman/commitlog/workflows/Binary%20Builds%20Pre-Releases/badge.svg)
1011
[![Go Report Card](https://goreportcard.com/badge/github.com/barelyhuman/commitlog)](https://goreportcard.com/report/github.com/barelyhuman/commitlog)
@@ -122,15 +123,16 @@ da6d837eb3134f836bfbe401de7882f2e0818ba8 - Create LICENSE
122123
b0f1b1d2bc4265cb72b70b3ae5b60f8e65f47b12 - initial commit
123124
```
124125
125-
## Subcommands
126+
## Subcommands
126127
127128
#### `release` (beta / experimental)
128129
129130
As of **0.0.7-dev.7** the cli comes with a sub command to maintain version for the repository.
130131
131132
The command will
133+
132134
- create the `.commitlog.release` file to handle and persit the version
133-
- handle the semver increments
135+
- handle the semver increments
134136
- create a new commit and tag for the same
135137
136138
```sh
@@ -143,8 +145,6 @@ New Version
143145
✔ Updated Version
144146
```
145147
146-
147-
148148
## Current Limitations
149149
150150
- No Tests added so is probably unstable right now ( If you'd like to help writing tests, feel free to raise a PR)

0 commit comments

Comments
 (0)