Skip to content

Commit

Permalink
chore!: update package scope
Browse files Browse the repository at this point in the history
BREAKING CHANGE: package renamed to @insurgent/commitlint-config
  • Loading branch information
sheerlox committed Oct 26, 2023
1 parent 54b0d82 commit 04fb03c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": [
"@insurgentlab/commitlint-config"
"@insurgent/commitlint-config"
]
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **Insurgent Lab's commitlint configuration**

[![npm](https://img.shields.io/npm/v/@insurgentlab/commitlint-config)](https://www.npmjs.com/package/@insurgentlab/commitlint-config)
[![npm](https://img.shields.io/npm/v/@insurgent/commitlint-config)](https://www.npmjs.com/package/@insurgent/commitlint-config)
[![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)
[![Codecov](https://codecov.io/gh/insurgent-lab/commitlint-config/branch/main/graph/badge.svg)](https://codecov.io/gh/insurgent-lab/commitlint-config)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/insurgent-lab/commitlint-config/issues/3)
Expand All @@ -12,15 +12,15 @@ Use with [@commitlint/cli](https://www.npmjs.com/package/@commitlint/cli) and [@
## Getting started

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

## Rules

### Problems

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

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

Expand Down
8 changes: 4 additions & 4 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,5 +1,5 @@
{
"name": "@insurgentlab/commitlint-config",
"name": "@insurgent/commitlint-config",
"description": "Commitlint config for @insurgentlab/conventional-changelog-preset",
"version": "18.1.3",
"author": "Mario Nebl <hello@herebecode.com>",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@commitlint/cli": "18.0.0",
"@commitlint/lint": "18.0.0",
"@insurgentlab/commitlint-config": "file:./",
"@insurgent/commitlint-config": "file:./",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.0.0",
"@semantic-release/git": "10.0.1",
Expand Down

0 comments on commit 04fb03c

Please sign in to comment.