-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'new-dawn' into sero/rename-account
- Loading branch information
Showing
34 changed files
with
341 additions
and
143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@synthetixio/synpress": major | ||
"@synthetixio/synpress-core": patch | ||
"@synthetixio/synpress-fixtures": patch | ||
"@synthetixio/synpress-tsconfig": patch | ||
"@synthetixio/synpress-metamask": patch | ||
--- | ||
|
||
Initial Alpha Release |
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,14 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "alpha", | ||
"initialVersions": { | ||
"docs": "0.0.0", | ||
"example-new-dawn": "0.0.0", | ||
"@synthetixio/synpress-core": "0.0.0", | ||
"@synthetixio/synpress-fixtures": "0.0.0", | ||
"@synthetixio/synpress-tsconfig": "0.0.0", | ||
"@synthetixio/synpress": "3.0.0", | ||
"@synthetixio/synpress-metamask": "0.0.0" | ||
}, | ||
"changesets": ["fresh-walls-nail"] | ||
} |
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,39 @@ | ||
# Deployment Guide | ||
|
||
## Materials worth reading | ||
|
||
- https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md | ||
- https://github.com/changesets/changesets/blob/main/docs/prereleases.md | ||
|
||
## How to deploy | ||
|
||
⚠️ Remember to run all the commands from the root directory of the repository! | ||
|
||
1. Run the following command to select the package to be released: | ||
|
||
```bash | ||
pnpm changeset | ||
``` | ||
|
||
2. Consume the changeset by running: | ||
|
||
```bash | ||
pnpm changeset version | ||
``` | ||
|
||
3. Verify all the `package.json` and `CHANGELOG.md` files that were changed by the previous command. | ||
|
||
4. Publish the packages by running: | ||
|
||
```bash | ||
# You might have to run this command twice if it fails to publish the `@synthetixio/synpress` package on the first run. | ||
pnpm changeset publish | ||
``` | ||
|
||
## Tags | ||
|
||
If you're running in prerelease mode, make sure you're also pushing the release tags to GitHub with: | ||
|
||
```bash | ||
git push --follow-tags | ||
``` |
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
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
Binary file not shown.
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
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,7 @@ | ||
# @synthetixio/synpress-core | ||
|
||
## 0.0.1-alpha.0 | ||
|
||
### Patch Changes | ||
|
||
- Initial Alpha Release |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @synthetixio/synpress-fixtures | ||
|
||
## 0.0.1-alpha.0 | ||
|
||
### Patch Changes | ||
|
||
- Initial Alpha Release |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @synthetixio/synpress-tsconfig | ||
|
||
## 0.0.1-alpha.0 | ||
|
||
### Patch Changes | ||
|
||
- Initial Alpha Release |
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.