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 1
1
# Git Conventional Commits [ ![ Sparkline] ( https://stars.medv.io/qoomon/git-conventional-commits.svg )] ( https://stars.medv.io/qoomon/git-conventional-commits )
2
2
3
-
4
3
[ ![ npm] ( https://img.shields.io/npm/v/git-conventional-commits )] ( https://www.npmjs.com/package/git-conventional-commits )
5
4
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 ) **
7
7
8
8
### Changelog
9
9
see [ CHANGELOG.md] ( CHANGELOG.md )
@@ -140,8 +140,9 @@ The hook can be created either manually or using the [pre-commit framework](http
140
140
npx git-conventional-commits commit-msg-hook "$1"
141
141
` ` `
142
142
* 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`
145
146
146
147
147
148
# ## Release Workflow with `git-conventional-commits`
You can’t perform that action at this time.
0 commit comments