From 939fa814d9c64c337d7fa903dd2e9b095484be1a Mon Sep 17 00:00:00 2001 From: Connor McEwen Date: Fri, 7 Jun 2024 15:15:07 -0400 Subject: [PATCH] chore: add release steps to readme (#3928) ### Description Add some release/prerelease directions to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04551feee..7ff7af932 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,9 @@ See [`rust/README.md`](rust/README.md) - Create a summary of change highlights - Create a "breaking changes" section with any changes required - Deploy agents with the new image tag (if it makes sense to) + +### Releasing packages to NPM + +We use [changesets](https://github.com/changesets/changesets) to release to NPM. You can use the `release` script in `package.json` to publish. + +For an alpha or beta version, follow the directions [here](https://github.com/changesets/changesets/blob/main/docs/prereleases.md).