ice/.changeset
ClarkXia b691b9e96c
feat: support remove router even if route count is greater than 1 (#6382)
* feat: support remove router even if route count is greater than 1

* fix: add test case

* Update createService.ts

* Update createService.ts
2023-07-18 15:20:26 +08:00
..
README.md feat: release snapshot version (#6229) 2023-05-11 22:53:45 -07:00
config.json feat: release snapshot version (#6229) 2023-05-11 22:53:45 -07:00
dry-rockets-exist.md feat: support canvans 2d for cache (#6367) 2023-07-16 23:07:27 -07:00
flat-spies-attack.md fix: always external dependencies when get config (#6383) 2023-07-12 14:30:56 +08:00
funny-dolphins-hope.md fix: format of dataLoaderConfig loader changed (#6384) 2023-07-12 00:27:43 -07:00
rotten-hats-mate.md feat: support code splitting strategy of page-vendors (#6386) 2023-07-17 10:44:15 +08:00
tidy-tomatoes-tie.md feat: support remove router even if route count is greater than 1 (#6382) 2023-07-18 15:20:26 +08:00
tough-lobsters-attend.md feat: support canvans 2d for cache (#6367) 2023-07-16 23:07:27 -07:00

README.md

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation

Add A Changeset

Read the documentation for more detail.

Publish Snapshot Version

NOTE: It is useful for you to release a version to test your package on your current branch.

Run the following command to publish the snapshot version:

$ npm run release:snapshot

After that, you don't need to commit the change to the branch.

Publish Beta Version

NOTE: Recommend you to publish a beta version on a new branch(such as release-beta) which is checked out from the release* branch.

Run the following command to publish the beta version:

$ npm run release:beta

Then, we need to commit the changes to the branch.

For more detail, please see this documentation.

Publish Latest Version

GitHub bot will automatically create a PR to update the latest versions for the released package.

image

What we need to do is to merge the PR to the release* branch. After the release* branch was merged to the master branch, the versions will be released automatically.