Skip to content

Commit

Permalink
Fix peer dependencies.
Browse files Browse the repository at this point in the history
And add a few details about publishing.
  • Loading branch information
fingerartur committed Apr 9, 2024
1 parent 793154e commit 752217a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README_INTERNAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,20 @@ Create a release in GitHub and select a tag to create along with the release
(e.g. `1.0.0`), the tag must be equal to the version to be released. This will
trigger a GitHub action which will publish the release.

- Select: Set as the latest release

### Publish a Beta version

To publish a beta version the process is the same, just use a "beta" format for
the version string (e.g. `1.0.0-<beta>.1`), where `<beta>` can be any
alphabetical string (letters only).

- Name: e.g. 1.0.0-beta.1
- Description: The purpose of this beta and what features or changes does
it contain
- Unselect: Set as the latest release
- _(Do NOT mark it as pre-release)_

The `publish` workflow will automatically publish this package into
a `<beta>` (non-main) NPM channel.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"@castlabs/prestoplay": "^6.6.0",
"@castlabs/prestoplay": "^6.11.1-beta.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down

0 comments on commit 752217a

Please sign in to comment.