mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"package": true,
|
|
"unreleased": true,
|
|
"commitLimit": false,
|
|
"unreleasedOnly": true,
|
|
"replaceText": {
|
|
"#(\\d+)": "[`$1`](https://github.com/hugo-fixit/FixIt/issues/$1)",
|
|
"^Docs: ": ":memo: Docs: "
|
|
}
|
|
}
|