Skip to content

Commit c21aca4

Browse files
frankieyanclaude
andauthored
docs: add Releasing section to README (#57)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6f03d6e commit c21aca4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ if [ -n "$FILES" ]; then
164164
fi
165165
```
166166

167+
## Releasing
168+
169+
This project uses [release-please](https://github.com/googleapis/release-please) to automate releases. Commits merged to `main` with `fix:` trigger patch releases, `feat:` triggers minor releases, and `feat!:` or `fix!:` triggers major releases.
170+
171+
When commits land on `main`, release-please creates a release PR. Merging it publishes to npm and GitHub Packages.
172+
167173
## License
168174

169175
Released under the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)