Skip to content

Commit 5315dcd

Browse files
authored
Merge pull request #7 from TheoBrigitte/readme-badges
add npm badge, use markdown for badges
2 parents c926cce + ddc5eb2 commit 5315dcd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<p align="center">
2-
<img src="assets/changelog.svg" alt="changelog" height="100px">
3-
</p>
4-
5-
<p align="center">
6-
<a href="https://github.com/TheoBrigitte/changelog-parser/releases"><img src="https://img.shields.io/github/release/TheoBrigitte/changelog-parser.svg" alt="Github release"></a>
7-
<a href="https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml"><img src="https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml/badge.svg" alt="Github action"></a>
8-
</p>
1+
<div align="center">
2+
<img src="assets/changelog.svg" alt="changelog" height="100px">
93

104
# changelog parser
115

6+
[![npm](https://img.shields.io/npm/v/@theo.foobar/chlog.svg)](https://www.npmjs.com/package/@theo.foobar/chlog)
7+
[![Github releases](https://img.shields.io/github/release/TheoBrigitte/changelog-parser.svg)](https://github.com/TheoBrigitte/changelog-parser/releases)
8+
[![Github action](https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml/badge.svg)](https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml)
9+
1210
A command-line tool to easily manage and manipulate changelog files, ensuring consistency with the [keep a changelog](https://keepachangelog.com) format.
1311

12+
</div>
13+
1414
## Features
1515

1616
- Format and parse: Validate and automatically format your changelog file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "CLI tool to parse and manage changelog files",
3-
"name": "chlog",
3+
"name": "@theo.foobar/chlog",
44
"bin": {
55
"chlog": "index.js"
66
},

0 commit comments

Comments
 (0)