Skip to content

Commit 0ba35d0

Browse files
marcstraubeclaude
andcommitted
chore: add Socket.dev badge with auto-version via release-please
Add Socket.dev security badge to README with x-release-please-version marker so the badge version updates automatically on each release. Configure release-please extra-files to include README.md in version bumps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ed24830 commit 0ba35d0

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
[![License](https://img.shields.io/npm/l/@zappzarapp/browser-utils.svg)](https://www.npmjs.com/package/@zappzarapp/browser-utils)
66
[![CI](https://github.com/marcstraube/zappzarapp-node-browser-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/marcstraube/zappzarapp-node-browser-utils/actions/workflows/ci.yml)
77

8+
<!-- prettier-ignore -->
9+
[![Socket Badge](https://badge.socket.dev/npm/package/@zappzarapp/browser-utils/1.2.0)](https://badge.socket.dev/npm/package/@zappzarapp/browser-utils/1.2.0) <!-- x-release-please-version -->
10+
811
Zero-dependency browser utilities with security-first design — type-safe,
912
tree-shakeable, and fully tested.
1013

release-please-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"package-name": "@zappzarapp/browser-utils",
77
"bump-minor-pre-major": true,
88
"bump-patch-for-minor-pre-major": true,
9+
"extra-files": [
10+
{
11+
"type": "generic",
12+
"path": "README.md"
13+
}
14+
],
915
"changelog-sections": [
1016
{
1117
"type": "feat",

0 commit comments

Comments
 (0)