frandiox / vite-ssr

Use Vite for server side rendering in Node
MIT License
830 stars 92 forks source link

chore: add release script #77

Open m4rvr opened 3 years ago

frandiox commented 3 years ago

Thanks @MarvinRudolph , I didn't know about bumpp. I normally release from the dist folder so I guess we need to change this to:

  1. Run tests
  2. Bump/Commit/Tag/Push
  3. Build (with the new bumped package.json)
  4. Move to dist folder
  5. Release

Does that make sense?