Skip to content

Commit 023baa1

Browse files
committed
docs: update release process documentation in CONTRIBUTING.md
1 parent 57c4332 commit 023baa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ After cloning react-compiler-tracker and installing all dependencies, several co
5959

6060
### Release Process (core team only)
6161

62-
The release process for react-compiler-tracker is automated with [release-please](https://github.com/googleapis/release-please). When commits following the [Conventional Commits](https://www.conventionalcommits.org/) specification are merged to `main`, release-please automatically creates or updates a release PR. When that PR is merged, a new version is published to npm.
62+
The release process for react-compiler-tracker is fully automated with [`semantic-release`](https://github.com/semantic-release/semantic-release). Pushing to `main` (after CI passes) triggers a stable release automatically: semantic-release analyzes commits since the last release, determines the version bump, updates the changelog, publishes to npm and GitHub Packages, and creates a GitHub release.
6363

6464
## Sending a Pull Request
6565

0 commit comments

Comments
 (0)