File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ Commitlint offers schema by supporting [JSON schema](https://json-schema.org/) s
1010If you want to pin the schema to a specific version, you can configure the version in the URL.
1111
1212``` console
13- https://github.com/KeisukeYamashita/commitlint-rs/releases/download/v0.2.0 /schema.json
13+ https://github.com/KeisukeYamashita/commitlint-rs/releases/download/v0.2.2 /schema.json
1414```
1515
16- In this case, the schema is pinned to version ` 0.2.0 ` .
16+ In this case, the schema is pinned to version ` 0.2.2 ` .
1717
1818:::
1919
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
2727 </Card >
2828 <Card title = " Run the lint" icon = " rocket" >
2929 Run ` commitlint ` to lint your commit messages. See [ the
30- guides] ( /commitlint-rs/setup/installation ) about the CLI.
30+ guides] ( /commitlint-rs/setup/install ) about the CLI.
3131 </Card >
3232 <Card title = " Check the Rules" icon = " add-document" >
3333 Check each rules to see what is allowed and what is not. See [ the
You can’t perform that action at this time.
0 commit comments