CI/CD for react-email packages #646
JorbFreire
started this conversation in
Ideas
Replies: 2 comments
-
Yes this would be great! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Would love to have something like this, how can we do it and what should we test? Few small things
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Background
It may be not a feature request but looks like it.
Proposal
Always publish a new version once a pull request is merged into main.
adding a new version upgrading on end like:
v0.6.0 -> v0.6.1 -> v0.6.2 -> v0.6.3
Bigger version updates could be done manually. or with another rule.
I would do it with github actions, but I'm not sure if it's desirable or if GitHub actions is the right tool for it.
Beta Was this translation helpful? Give feedback.
All reactions