rescriptbr / reform

📋 Reasonably making forms sound good
https://rescript-reform.netlify.app/
MIT License
353 stars 41 forks source link

Update workflows #193

Closed savi2w closed 3 years ago

savi2w commented 3 years ago

This PR implements a CI/CD to npm publish each commit to the master branch like https://github.com/Astrocoders/lenses-ppx/pull/31

  1. The workflow will only publish a package if there's a change on it
  2. Merging this PR the npm version patch command would remove the current alpha version of both packages to a next minor version
  3. In order to everything work we also need a NODE_AUTH_TOKEN secret with a NPM Access Token (Automation)
savi2w commented 3 years ago

@fakenickels Can you review this? 😁

fakenickels commented 3 years ago

Hey there @weslenng! Thanks again for adding auto publishing. I'm going to set up the env vars soon

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/astrocoders/reform/72ZkUJZjGpE8YFHEFQeuYtrbCMEr
✅ Preview: https://reform-git-fork-weslenng-npm-publish-astrocoders1.vercel.app

fakenickels commented 3 years ago

image