Skip to content

Commit b5bf9b2

Browse files
committed
build(deps): use new preset scope
1 parent 195a594 commit b5bf9b2

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

.releaserc

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
[
99
"@semantic-release/commit-analyzer",
1010
{
11-
"config": "@insurgentlab/conventional-changelog-preset",
12-
"releaseRules": "@insurgentlab/conventional-changelog-preset/release-rules"
11+
"config": "@insurgent/conventional-changelog-preset",
12+
"releaseRules": "@insurgent/conventional-changelog-preset/release-rules"
1313
}
1414
],
1515
[
1616
"@semantic-release/release-notes-generator",
1717
{
18-
"config": "@insurgentlab/conventional-changelog-preset"
18+
"config": "@insurgent/conventional-changelog-preset"
1919
}
2020
],
2121
"@semantic-release/npm",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/insurgent-lab/commitlint-config/issues/3)
77
![Snyk](https://img.shields.io/snyk/vulnerabilities/github/insurgent-lab/commitlint-config)
88

9-
Shareable [`commitlint`](https://github.com/conventional-changelog/commitlint) config enforcing [conventional commits](https://conventionalcommits.org/) with rules from [@insurgentlab/conventional-changelog-preset](https://github.com/insurgent-lab/conventional-changelog-preset).
9+
Shareable [`commitlint`](https://github.com/conventional-changelog/commitlint) config enforcing [conventional commits](https://conventionalcommits.org/) with rules from [@insurgent/conventional-changelog-preset](https://github.com/insurgent-lab/conventional-changelog-preset).
1010
Use with [@commitlint/cli](https://www.npmjs.com/package/@commitlint/cli) and [@commitlint/prompt-cli](https://www.npmjs.com/package/@commitlint/prompt-cli).
1111

1212
## Getting started

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
parserPreset: require('@insurgentlab/conventional-changelog-preset'),
2+
parserPreset: require('@insurgent/conventional-changelog-preset'),
33
rules: {
44
'body-leading-blank': [1, 'always'],
55
'body-max-line-length': [2, 'always', 100],

package-lock.json

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@insurgent/commitlint-config",
3-
"description": "Commitlint config for @insurgentlab/conventional-changelog-preset",
3+
"description": "Commitlint config for @insurgent/conventional-changelog-preset",
44
"version": "18.1.3",
55
"author": "Mario Nebl <[email protected]>",
66
"maintainers": [
@@ -19,7 +19,7 @@
1919
"node": ">=v16"
2020
},
2121
"dependencies": {
22-
"@insurgentlab/conventional-changelog-preset": "^7.0.0"
22+
"@insurgent/conventional-changelog-preset": "^8.0.0"
2323
},
2424
"devDependencies": {
2525
"@commitlint/cli": "18.0.0",

0 commit comments

Comments
 (0)