vite-ssr icon indicating copy to clipboard operation
vite-ssr copied to clipboard

chore: add release script

Open m4rvr opened this issue 2 years ago • 1 comments

m4rvr avatar Aug 06 '21 17:08 m4rvr

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?

frandiox avatar Aug 16 '21 10:08 frandiox