Skip to content

Commit a636866

Browse files
committed
feat!: spectrum 2
BREAKING CHANGE: Merges Express and Spectrum to create Spectrum 2
1 parent 58b049c commit a636866

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,7 @@ Occasionally, you may want to run a prerelease for an individual package and ski
398398
- 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`).
399399
- 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.
400400
- Selecting `y` to publish will publish the affected package(s) to npm.
401+
402+
## Spectrum 2
403+
404+
More information coming soon!

0 commit comments

Comments
 (0)