diff --git a/.releaserc.yml b/.releaserc.yml index acb21dad0..f92826772 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -2,15 +2,19 @@ release: branches: - master plugins: - - '@semantic-release/commit-analyzer' + - - '@semantic-release/commit-analyzer' + - releaseRules: + - type: docs + scope: README + release: patch - - '@semantic-release/exec' - - prepareCmd: npm install --no-audit --legacy-peer-deps --no-optional + - prepareCmd: npx npm install --no-audit --legacy-peer-deps --no-optional - - '@semantic-release/exec' - - prepareCmd: npm run st:lint + - prepareCmd: npx npm run st:lint - - '@semantic-release/exec' - - prepareCmd: npm test + - prepareCmd: npx npm test - - '@semantic-release/exec' - - prepareCmd: npm run st:build + - prepareCmd: npx npm run st:build - '@semantic-release/release-notes-generator' - - '@semantic-release/changelog' - changelogFile: CHANGELOG.md diff --git a/docs/articles/index.md b/docs/articles/index.md index e080849ab..c408bd123 100644 --- a/docs/articles/index.md +++ b/docs/articles/index.md @@ -19,6 +19,7 @@ The current version of `ngrx-entity-relationship` has been tested and can be use - Redux 4, React Redux 7, **try it live on [StackBlitz](https://stackblitz.com/edit/ngrx-entity-relationship-react?file=src/MyComponent.tsx) or [CodeSandbox](https://codesandbox.io/s/github/satanTime/ngrx-entity-relationship-react?file=/src/MyComponent.tsx)** +- NGRX 13 - NGRX 12, **try it live on [StackBlitz](https://stackblitz.com/github/satanTime/ngrx-entity-relationship-angular?file=src/app/app.component.ts) or [CodeSandbox](https://codesandbox.io/s/github/satanTime/ngrx-entity-relationship-angular?file=/src/app/app.component.ts)** - NGRX 11 diff --git a/libs/ngrx-entity-relationship/package.json b/libs/ngrx-entity-relationship/package.json index c4bea7229..f7300c8fe 100644 --- a/libs/ngrx-entity-relationship/package.json +++ b/libs/ngrx-entity-relationship/package.json @@ -29,20 +29,20 @@ "data" ], "author": { - "name": "MG.", + "name": "satanTime", "email": "m@sudo.eu", "url": "https://sudo.eu" }, "contributors": [ { - "name": "MG.", + "name": "satanTime", "email": "m@sudo.eu", "url": "https://sudo.eu" } ], "maintainers": [ { - "name": "MG.", + "name": "satanTime", "email": "m@sudo.eu", "url": "https://sudo.eu" }