Skip to content

Commit 650a278

Browse files
committed
refactor
1 parent 92eb8e7 commit 650a278

6 files changed

Lines changed: 1513 additions & 1009 deletions

File tree

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,6 @@ Vite+ is the unified entry point for local web development. It combines [Vite](h
2525
All of this is configured from your project root and works across Vite's framework ecosystem.
2626
Vite+ is fully open-source under the MIT license.
2727

28-
### Release References
29-
30-
`vp release` follows these upstream specifications and package-manager docs when deciding version bumps and publish safety:
31-
32-
- [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html)
33-
- [SemVer FAQ: 0.y.z initial development](https://semver.org/#faq)
34-
- [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/#specification)
35-
- [Conventional Commits FAQ](https://www.conventionalcommits.org/en/v1.0.0/#faq)
36-
- [npm `package.json` docs](https://docs.npmjs.com/cli/v11/configuring-npm/package-json/)
37-
- [npm package spec docs](https://docs.npmjs.com/cli/v11/using-npm/package-spec/)
38-
- [npm RFC: `workspace:` protocol support](https://github.com/npm/rfcs/issues/765)
39-
- [pnpm workspaces and `workspace:` publish transformations](https://pnpm.io/workspaces)
40-
- [pnpm catalogs](https://pnpm.io/catalogs)
41-
- [Yarn workspaces and `workspace:` cross-references](https://yarnpkg.com/features/workspaces)
42-
- [Yarn `workspace:` protocol](https://yarnpkg.com/protocol/workspace)
43-
- [Yarn `yarn npm publish`](https://yarnpkg.com/cli/npm/publish)
44-
- [Bun workspaces and `workspace:` publish transformations](https://bun.sh/docs/pm/workspaces)
45-
- [Bun catalogs](https://bun.sh/docs/pm/catalogs)
46-
- [Bun `bun publish`](https://bun.sh/docs/pm/cli/publish)
47-
4828
`vp release` does not run build, pack, or custom pre-release scripts implicitly. Instead it summarizes likely checks from `build`, `pack`, `prepack`, `prepublishOnly`, `prepare`, and `vitePlus.release.checkScripts`, then asks for confirmation before mutating files or publishing. Use `--yes` for CI or other non-interactive runs.
4929

5030
## Getting Started

0 commit comments

Comments
 (0)