Skip to content

Commit 043c468

Browse files
committed
Improve release documentation
1 parent 69292ef commit 043c468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ This section is really for the benefit of the core maintainers.
6666
1. Increment the version numbers in the `package.json` file for each package, making sure to also update the adapter dependencies on `@inertiajs/core`.
6767
2. Run `npm install` to update the top-level `package-lock.json` file.
6868
3. Update `CHANGELOG.md`.
69-
4. Run `npm publish` for each package. This will automatically run the necessary build step.
69+
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`.
7070
5. Add release notes to [GitHub](https://github.com/inertiajs/inertia/releases).

0 commit comments

Comments
 (0)