Skip to content

Commit

Permalink
build(deps): use new preset scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Oct 26, 2023
1 parent 195a594 commit b5bf9b2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
[
"@semantic-release/commit-analyzer",
{
"config": "@insurgentlab/conventional-changelog-preset",
"releaseRules": "@insurgentlab/conventional-changelog-preset/release-rules"
"config": "@insurgent/conventional-changelog-preset",
"releaseRules": "@insurgent/conventional-changelog-preset/release-rules"
}
],
[
"@semantic-release/release-notes-generator",
{
"config": "@insurgentlab/conventional-changelog-preset"
"config": "@insurgent/conventional-changelog-preset"
}
],
"@semantic-release/npm",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/insurgent-lab/commitlint-config/issues/3)
![Snyk](https://img.shields.io/snyk/vulnerabilities/github/insurgent-lab/commitlint-config)

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).
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).
Use with [@commitlint/cli](https://www.npmjs.com/package/@commitlint/cli) and [@commitlint/prompt-cli](https://www.npmjs.com/package/@commitlint/prompt-cli).

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
parserPreset: require('@insurgentlab/conventional-changelog-preset'),
parserPreset: require('@insurgent/conventional-changelog-preset'),
rules: {
'body-leading-blank': [1, 'always'],
'body-max-line-length': [2, 'always', 100],
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@insurgent/commitlint-config",
"description": "Commitlint config for @insurgentlab/conventional-changelog-preset",
"description": "Commitlint config for @insurgent/conventional-changelog-preset",
"version": "18.1.3",
"author": "Mario Nebl <[email protected]>",
"maintainers": [
Expand All @@ -19,7 +19,7 @@
"node": ">=v16"
},
"dependencies": {
"@insurgentlab/conventional-changelog-preset": "^7.0.0"
"@insurgent/conventional-changelog-preset": "^8.0.0"
},
"devDependencies": {
"@commitlint/cli": "18.0.0",
Expand Down

0 comments on commit b5bf9b2

Please sign in to comment.