Skip to content

Commit 5c9c739

Browse files
authored
Update README.md
1 parent db66357 commit 5c9c739

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Git Conventional Commits [![Sparkline](https://stars.medv.io/qoomon/git-conventional-commits.svg)](https://stars.medv.io/qoomon/git-conventional-commits)
22

3-
43
[![npm](https://img.shields.io/npm/v/git-conventional-commits)](https://www.npmjs.com/package/git-conventional-commits)
54

6-
**ℹ Have a look at [Git Commit Conventions](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13)**
5+
> [!TIP]
6+
> Have a look at **[Git Commit Conventions](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13)**
77
88
### Changelog
99
see [CHANGELOG.md](CHANGELOG.md)
@@ -140,8 +140,9 @@ The hook can be created either manually or using the [pre-commit framework](http
140140
npx git-conventional-commits commit-msg-hook "$1"
141141
```
142142
* Add and commit `.git-hooks/commit-msg` to repository
143-
* ⚠️ Whenever you clone your repository with git hooks you need to enable git hooks once again
144-
* `git config core.hooksPath .git-hooks`
143+
> [!IMPORTANT]
144+
> Whenever you clone your repository with git hooks you need to enable git hooks once again
145+
> <br>`git config core.hooksPath .git-hooks`
145146

146147

147148
### Release Workflow with `git-conventional-commits`

0 commit comments

Comments
 (0)