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/conventional-changelog-preset
  • Loading branch information
sheerlox committed Oct 26, 2023
1 parent e08b793 commit ca7c283
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **Insurgent Lab's conventional-changelog preset**

[![npm](https://img.shields.io/npm/v/@insurgentlab/conventional-changelog-preset)](https://www.npmjs.com/package/@insurgentlab/conventional-changelog-preset)
[![npm](https://img.shields.io/npm/v/@insurgent/conventional-changelog-preset)](https://www.npmjs.com/package/@insurgent/conventional-changelog-preset)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/insurgent-lab/conventional-changelog-preset/release.yml?branch=main)](https://github.com/insurgent-lab/conventional-changelog-preset/actions/workflows/release.yml)
[![Codecov](https://codecov.io/gh/insurgent-lab/conventional-changelog-preset/branch/main/graph/badge.svg)](https://codecov.io/gh/insurgent-lab/conventional-changelog-preset)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/insurgent-lab/conventional-changelog-preset/issues/5)
Expand All @@ -17,7 +17,7 @@ Commit types _originally_ from:
## Install

```bash
npm install --save-dev @insurgentlab/conventional-changelog-preset
npm install --save-dev @insurgent/conventional-changelog-preset
```

## Configuration for [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer)
Expand All @@ -32,8 +32,8 @@ npm install --save-dev @semantic-release/commit-analyzer
[
"@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"
}
]
]
Expand All @@ -52,7 +52,7 @@ npm install --save-dev @semantic-release/release-notes-generator
[
"@semantic-release/release-notes-generator",
{
"config": "@insurgentlab/conventional-changelog-preset"
"config": "@insurgent/conventional-changelog-preset"
}
]
]
Expand All @@ -68,7 +68,7 @@ npm install --save-dev conventional-changelog
```js
import conventionalChangelog from 'conventional-changelog';

const config = require('@insurgentlab/conventional-changelog-preset');
const config = require('@insurgent/conventional-changelog-preset');
conventionalChangelog({ config }).pipe(process.stdout);
```

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@insurgentlab/conventional-changelog-preset",
"name": "@insurgent/conventional-changelog-preset",
"description": "conventional-changelog preset",
"version": "7.0.0",
"author": "Pierre Vanduynslager",
Expand Down

0 comments on commit ca7c283

Please sign in to comment.