diff --git a/DEVELOPING.md b/DEVELOPING.md index eb09b5f6c..8f5bf9225 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -41,7 +41,5 @@ Publishing happens in the following steps: * Running the command `pnpm changeset` will generate **a new changeset** in the `./changesets` directory. This changeset will be used to determine the next version of the bundled packages; this commit should then be pushed. * The changeset and smart contract addresses are pushed to the branch. * The pr is merged into main - any changesets in the PR are detected by a github action `release`, which will then **open a new PR** with proper versions and readme updated in each each package. If more changesets are pushed to main before this branch is merged, the PR will continuously update the version of the packages according to the changeset specification. - -7. That version is merged into main along with the new versions. - -8. The package is then published to npm with the command: `pnpm run publish-packages` and the package is published. +* That version is merged into main along with the new versions. +* The package is then published to npm with the command: `pnpm run publish-packages` and the package is published.