Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit a00e90a

Browse files
committed
fix: correct plugin list
1 parent 42a1d7f commit a00e90a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212

1313
This shareable configuration use the following plugins:
1414
- [`@semantic-release/commit-analyzer`](https://github.com/semantic-release/commit-analyzer)
15-
- [`@semantic-release/git`](https://github.com/semantic-release/git)
1615
- [`@semantic-release/release-notes-generator`](https://github.com/semantic-release/release-notes-generator)
17-
- [`@semantic-release/npm`](https://github.com/semantic-release/npm)
18-
- [`@semantic-release/exec`](https://github.com/semantic-release/exec)
19-
- [`@semantic-release/changelog`](https://github.com/semantic-release/changelog)
2016
- [`@semantic-release/github`](https://github.com/semantic-release/github)
17+
- [`@semantic-release/changelog`](https://github.com/semantic-release/changelog)
18+
- [`@semantic-release/apm`](https://github.com/semantic-release/apm)
19+
- [`@semantic-release/git`](https://github.com/semantic-release/git)
2120

2221
## Install
2322

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@semantic-release/apm": "^1.0.0",
2020
"@semantic-release/changelog": "^3.0.0",
2121
"@semantic-release/commit-analyzer": "^6.1.0",
22-
"@semantic-release/exec": "^3.0.1",
2322
"@semantic-release/git": "^7.0.0",
2423
"@semantic-release/github": "^5.2.1",
2524
"@semantic-release/release-notes-generator": "^7.1.4"

0 commit comments

Comments
 (0)