Skip to content

Commit 54849b2

Browse files
committed
feat!: spectrum 2
BREAKING CHANGE: Merges Express and Spectrum to create Spectrum 2
1 parent d73d594 commit 54849b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,3 +395,7 @@ Occasionally, you may want to run a prerelease for an individual package and ski
395395
- You **must** run a build **before** continuing with the prerelease. An npm task for cleaning, building, and beta publishing is available, and it can be run via the following command: `yarn release:beta-from-package`. This command will perform a full `clean` (via the `clean` task), a full `build` (via the `build` task), and will attempt to publish the package (via `lerna publish --conventional-prerelease --preid beta --pre-dist-tag beta --no-private`).
396396
- Depending on the severity of your change(s), and before publishing to npm, Lerna should show a preview of the affected package version number that looks something like: `@spectrum-css/switch: 1.0.23 => 2.0.0-beta.0`. Additionally, at this time, Lerna will ask if you would like to continue with publishing the changes or cancel.
397397
- Selecting `y` to publish will publish the affected package(s) to npm.
398+
399+
## Spectrum 2
400+
401+
More information coming soon!

0 commit comments

Comments
 (0)