You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
This repository releases code using [release-it](https://github.com/release-it/release-it). New releases can be triggered from the root package via `pnpm yeet` which offers a guided process.
3
+
This repository releases code using [release-it](https://github.com/release-it/release-it). New releases can be triggered from the root package via `pnpm rel` which offers a guided process.
4
4
5
5
## Common Commands
6
6
7
-
- Begin a new for the next version `next` with `pnpm yeet <major|minor|patch> --preRelease=next`
8
-
- Continue an existing `major`, `minor`, or `patch` pre release with `pnpm yeet`
7
+
- Begin a new for the next version `next` with `pnpm rel <major|minor|patch> --preRelease=next`
8
+
- Continue an existing `major`, `minor`, or `patch` pre release with `pnpm rel`
9
9
- Change the pre release tag with a new `--preRelease=` flag
10
-
- Ultimately release with `pnpm yeet <major|minor|patch>`
10
+
- Ultimately release with `pnpm rel <major|minor|patch>`
0 commit comments