Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
chore: Package name update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin committed Feb 23, 2024
1 parent 068e318 commit 51c7ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This shareable configuration use the following plugins:
## Install

```bash
$ npm install --save-dev semantic-release @sergeyzwezdin/semantic-release-commits-config
$ npm install --save-dev semantic-release @relab/semantic-release-commits-config
```

## Usage
Expand All @@ -23,14 +23,14 @@ The shareable config can be configured in the [**semantic-release** configuratio

```json
{
"extends": "@sergeyzwezdin/semantic-release-commits-config"
"extends": "@relab/semantic-release-commits-config"
}
```

**.release.rc.js**:

```javascript
const common = require('@sergeyzwezdin/semantic-release-commits-config')
const common = require('@relab/semantic-release-commits-config')

module.exports = {
...common,
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.

0 comments on commit 51c7ae2

Please sign in to comment.