@lanzorg/commitlint-config-template 0.0.143 → 0.0.145

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,21 +3,21 @@
3
3
  <h1>MSGSTYLE</h1>
4
4
  </div>
5
5
 
6
- <table><tr><td align="center" width="9999"><p>
6
+ <table><tr><td align="center" width="9999"><div>
7
7
  <a href="https://olankens.com">WEBSITE</a> ·
8
8
  <a href="https://ko-fi.com/olankens">FUNDING</a>
9
- </p></td></tr></table>
9
+ </div></td></tr></table>
10
10
 
11
- <table><tr><td align="center" width="9999">&nbsp;<p>
11
+ <table><tr><td align="center" width="9999">&nbsp;<div>
12
12
  Enforce a strict Git commit message style by validating each message against a defined set of opinionated rules. This script improves consistency and clarity in your commit history by checking structure, length, formatting, and overall content quality.
13
- </p>&nbsp;</td></tr></table>
13
+ </div>&nbsp;</td></tr></table>
14
14
 
15
- <table><tr><td align="center" width="99999"><p>
15
+ <table><tr><td align="center" width="99999"><div>
16
16
  <picture><img src="https://raw.githubusercontent.com/olankens/msgstyle/HEAD/.assets/git.svg" align="center" width="52"></picture>
17
17
  <picture><img src="https://raw.githubusercontent.com/olankens/msgstyle/HEAD/.assets/bash.svg" align="center" width="52"></picture>
18
- </p></td></tr></table>
18
+ </div></td></tr></table>
19
19
 
20
- ### FEATURES
20
+ ## FEATURES
21
21
 
22
22
  <table>
23
23
  <tbody><tr>
@@ -46,7 +46,7 @@
46
46
  </tr></tbody>
47
47
  </table>
48
48
 
49
- ### LEARNING
49
+ ## LEARNING
50
50
 
51
51
  #### Installing Globally
52
52
 
@@ -56,7 +56,7 @@ curl "https://raw.githubusercontent.com/olankens/msgstyle/HEAD/scripts/msgstyle.
56
56
  chmod +x "$HOME/.githooks/commit-msg"
57
57
  ```
58
58
 
59
- #### Installing Locally
59
+ ### Installing Locally
60
60
 
61
61
  ```shell
62
62
  curl "https://raw.githubusercontent.com/olankens/msgstyle/HEAD/scripts/msgstyle.sh" -o ".git/hooks/commit-msg"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.143",
3
+ "version": "0.0.145",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [