From cd5607fb29a1eacdbda7caf85ce4cbfbe0fd3bd5 Mon Sep 17 00:00:00 2001 From: Joe Tannenbaum Date: Tue, 3 Dec 2024 15:04:59 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b05aa8a11..f0a607637 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -66,5 +66,5 @@ This section is really for the benefit of the core maintainers. 1. Increment the version numbers in the `package.json` file for each package, making sure to also update the adapter dependencies on `@inertiajs/core`. 2. Run `npm install` to update the top-level `package-lock.json` file. 3. Update `CHANGELOG.md`. -4. Run `npm publish` for each package. This will automatically run the necessary build step. When publishing beta releases, make sure to run `npm publish --tag=beta`. +4. Run `npm publish` for each package. This will automatically run the necessary build step. When publishing beta releases, make sure to run `npm publish --tag=beta` or `npm publish --tag=next` if it's `next`. 5. Add release notes to [GitHub](https://github.com/inertiajs/inertia/releases).