Skip to content

Commit

Permalink
Tweak publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Apr 21, 2023
1 parent fa8aa13 commit 14a0cc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ npm run ssr:serve
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. Update `CHANGELOG.md`.
2. Run `npm publish` for each package. This will automatically run the necessary build step.
3. Add release notes to [GitHub](https://github.com/inertiajs/inertia/releases).
2. Run `npm install` to update the top-laravel `package-lock.json` file.
3. Update `CHANGELOG.md`.
4. Run `npm publish` for each package. This will automatically run the necessary build step.
5. Add release notes to [GitHub](https://github.com/inertiajs/inertia/releases).

0 comments on commit 14a0cc7

Please sign in to comment.