Skip to content

Commit

Permalink
docs: add badges [#1]
Browse files Browse the repository at this point in the history
  • Loading branch information
d3p1 committed Sep 1, 2023
1 parent c984485 commit 1cb7886
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# [CONVENTIONAL COMMITS PARSER]

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
[![Release](https://github.com/d3p1/commitlint-config-conventional/actions/workflows/release.yml/badge.svg)](https://github.com/d3p1/commitlint-config-conventional/actions/workflows/release.yml)
[![CodeQL](https://github.com/d3p1/commitlint-config-conventional/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/d3p1/commitlint-config-conventional/actions/workflows/github-code-scanning/codeql)

</div>

## Introduction
Expand Down Expand Up @@ -51,14 +56,17 @@ And you are ready to go! From now on, all messages from your commits will be val
<type>(<scope>): <description> [<issue-number>]
```

## Changelog

Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).

## License

This work is published under [MIT License](license).

## Author

Always happy to receive a greeting on:

- [LinkedIn](https://www.linkedin.com/in/cristian-marcelo-de-picciotto/)
- [Twitter](https://twitter.com/___d3p1)


## License

This work is published under [MIT License](license).

0 comments on commit 1cb7886

Please sign in to comment.