pnpm i
pnpm run dev
pnpm run build
This repo uses Release Please to release.
- Merge
develop
intomain
- A GH Action will run(triggered automatically) and a Release PR will be created.
- Merge the release PR
- Wait for the second GH Action to run(triggered automatically)
- Create merge back PR(from
main
back todevelop
) - You're done!