Skip to content

Commit f9e0552

Browse files
committed
fix: add @semantic-release/exec
1 parent be5ffcc commit f9e0552

File tree

3 files changed

+209
-1
lines changed

3 files changed

+209
-1
lines changed

adminforth/documentation/blog/2025-01-09-how-adminforth-manages-version/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In `package.json` add:
9090
Make sure name in package.json has your organisation name like mine `@devforth/` and you have access to publish packages to npmjs.com.
9191

9292
```
93-
npm install --save-dev semantic-release
93+
npm i -D semantic-release @semantic-release/exec
9494
```
9595

9696
## Connecting to CI

adminforth/package-lock.json

Lines changed: 207 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"ws": "^8.18.0"
8888
},
8989
"devDependencies": {
90+
"@semantic-release/exec": "^6.0.3",
9091
"@types/node": "^20.14.2",
9192
"semantic-release": "^24.2.1",
9293
"semantic-release-slack-bot": "^4.0.2",

0 commit comments

Comments
 (0)