Skip to content

Commit

Permalink
Update DEVELOPING.md (#450)
Browse files Browse the repository at this point in the history
undefined “7” and “8”
  • Loading branch information
vadimka14 authored Dec 3, 2024
1 parent e1474a1 commit 30fa57e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 30fa57e

Please sign in to comment.