Skip to content

Commit 3d48f9e

Browse files
docs: replace semantic-release references with anvil
1 parent c5e0e58 commit 3d48f9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Overpass venue search uses public endpoints by default. Pass `overpassUrl` to `s
5252

5353
## Release & Versioning
5454

55-
**Automated via semantic-release**version bumps and npm publishing happen automatically when you push to `main`.
55+
**Automated via [forgesworn/anvil](https://github.com/forgesworn/anvil)**`auto-release.yml` reads conventional commits on push to `main`, bumps the version, and creates a GitHub Release; `release.yml` then runs the pre-publish gates and publishes to npm via OIDC trusted publishing.
5656

5757
| Type | Version Bump |
5858
|------|--------------|
@@ -61,4 +61,4 @@ Overpass venue search uses public endpoints by default. Pass `overpassUrl` to `s
6161
| `BREAKING CHANGE:` (in commit body) | Major (x.0.0) |
6262
| `chore:`, `docs:`, `refactor:` | None |
6363

64-
Tests must pass before release. GitHub Actions uses OIDC trusted publishing. **Work on branches** — merge to main only when a logical chunk is complete to avoid version spam.
64+
Tests must pass before release. **Work on branches** — merge to main only when a logical chunk is complete to avoid version spam.

0 commit comments

Comments
 (0)