Skip to content

Commit

Permalink
docs(README): add missing package.json instructions for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed Mar 29, 2024
1 parent 1a1bf64 commit 744fc9b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ npm install --save-dev @halospv3/hce.shared-config

### 2. Customize Semantic Release

```json
// package.json
{
"release": {
"extends": [
"@halospv3/hce.shared-config"
]
}
}
```

WARNING! Defining a property will *overwrite* the previous value. Arrays and objects are *not* merged. You can...
- Assign to top-level variables to avoid modifying the plugins array.
- Write your config in CJS and manually merge objects and arrays.
Expand Down

0 comments on commit 744fc9b

Please sign in to comment.