File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
99see [ 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`
You can’t perform that action at this time.
0 commit comments