mStream/docs/deploy.md
2021-06-10 10:06:12 -04:00

250 B

Deploy Instructions

Getting github actions to properly work requires a specific set of steps

  • Bump the version number of package.json. Make a commit with the message "vX.X.X"
  • Tag the commit git tag vX.X.X
  • run git push && git push --tags