-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 296-protect-private-segment-functions-when-c…
…alled-from-the-same-node
- Loading branch information
Showing
20 changed files
with
937 additions
and
1,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
To do consistent releases, we use the following steps: | ||
|
||
1. Create a new issue and branch. | ||
1. Update the version number for the mono repo in the `package.json` file. | ||
1. Update the version number for all packages in the packages directory. | ||
1. Execute command `npm run changelog` to generate a changelog. | ||
1. Commit and push the changes. | ||
1. Execute command `npx lerna publish --no-git-tag-version --no-private` to publish the packages. | ||
1. Commit and push the changes. | ||
1. Create pull request. | ||
1. Merge the pull request. | ||
1. Create a new tag with the version number. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.