You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,5 +66,5 @@ This section is really for the benefit of the core maintainers.
66
66
1. Increment the version numbers in the `package.json` file for each package, making sure to also update the adapter dependencies on `@inertiajs/core`.
67
67
2. Run `npm install` to update the top-level `package-lock.json` file.
68
68
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`.
70
70
5. Add release notes to [GitHub](https://github.com/inertiajs/inertia/releases).
0 commit comments