Skip to content

Commit 04fb03c

Browse files
committed
chore!: update package scope
BREAKING CHANGE: package renamed to @insurgent/commitlint-config
1 parent 54b0d82 commit 04fb03c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.commitlintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": [
3-
"@insurgentlab/commitlint-config"
3+
"@insurgent/commitlint-config"
44
]
55
}

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **Insurgent Lab's commitlint configuration**
22

3-
[![npm](https://img.shields.io/npm/v/@insurgentlab/commitlint-config)](https://www.npmjs.com/package/@insurgentlab/commitlint-config)
3+
[![npm](https://img.shields.io/npm/v/@insurgent/commitlint-config)](https://www.npmjs.com/package/@insurgent/commitlint-config)
44
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/insurgent-lab/commitlint-config/release.yml?branch=main)](https://github.com/insurgent-lab/commitlint-config/actions/workflows/release.yml)
55
[![Codecov](https://codecov.io/gh/insurgent-lab/commitlint-config/branch/main/graph/badge.svg)](https://codecov.io/gh/insurgent-lab/commitlint-config)
66
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/insurgent-lab/commitlint-config/issues/3)
@@ -12,15 +12,15 @@ Use with [@commitlint/cli](https://www.npmjs.com/package/@commitlint/cli) and [@
1212
## Getting started
1313

1414
```sh
15-
npm install --save-dev @insurgentlab/commitlint-config @commitlint/cli
16-
echo '{"extends": ["@insurgentlab/commitlint-config"]}' > .commitlintrc
15+
npm install --save-dev @insurgent/commitlint-config @commitlint/cli
16+
echo '{"extends": ["@insurgent/commitlint-config"]}' > .commitlintrc
1717
```
1818

1919
## Rules
2020

2121
### Problems
2222

23-
The following rules are considered problems for `@insurgentlab/commitlint-config` and will yield a non-zero exit code when not met.
23+
The following rules are considered problems for `@insurgent/commitlint-config` and will yield a non-zero exit code when not met.
2424

2525
Consult [docs/rules](https://conventional-changelog.github.io/commitlint/#/reference-rules) for a list of available rules.
2626

package-lock.json

+4-4
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,5 +1,5 @@
11
{
2-
"name": "@insurgentlab/commitlint-config",
2+
"name": "@insurgent/commitlint-config",
33
"description": "Commitlint config for @insurgentlab/conventional-changelog-preset",
44
"version": "18.1.3",
55
"author": "Mario Nebl <[email protected]>",
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@commitlint/cli": "18.0.0",
2626
"@commitlint/lint": "18.0.0",
27-
"@insurgentlab/commitlint-config": "file:./",
27+
"@insurgent/commitlint-config": "file:./",
2828
"@semantic-release/changelog": "6.0.3",
2929
"@semantic-release/commit-analyzer": "11.0.0",
3030
"@semantic-release/git": "10.0.1",

0 commit comments

Comments
 (0)