Skip to content

0. Release by Github or Local

trydofor edited this page Apr 18, 2025 · 1 revision

0.1. latest release

pnpm ver:add ## add version

## git commit and push
## check github actions
## check pr and merge

git pull

0.2. dev release

pnpm ver:dev ## enter `dev` pre

## steps of latest release

pnpm ver:ved ## exit `dev` pre

0.3. local debug release

## checkout branch
## set version to the package

#pnpm -r publish --access public --tag "$_tag" --report-summary --dry-run --no-git-checks
pnpm -r publish --access public --tag "$_tag" --report-summary
Clone this wiki locally