Skip to content

Commit 6295310

Browse files
committed
fix: update CLAUDE.md to clarify versioning process and prevent local version bumps
1 parent 1e2c5d5 commit 6295310

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ This file provides guidance to Claude Code when working with this repository.
4343

4444
**Never remove the version placeholder** - it was added by CI after the previous release.
4545

46+
**NEVER run `npm version patch`** - only the CI workflow does version bumping. Running it locally will mess up the versioning.
47+
4648
## Project Overview
4749

4850
**@softwarity/interactive-code** is a Web Component for displaying syntax-highlighted code with interactive bindings. It allows users to click on values in code snippets to edit them directly.

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
---
66

7+
## 1.0.4
8+
9+
*Version skipped due to accidental double `npm version patch` execution.*
10+
11+
---
12+
713
## v1.0.3
814

915
### Features

0 commit comments

Comments
 (0)