hint
hint copied to clipboard
[Feature] Make release a CI/CD step
We should start automatically releasing (at least to npm) on a regular cadence now that we've moved updating dependencies out of the release script. This can be either scheduled (likely every other week) or manually triggered.
Do you have something in mind, I'm thinking that we can start trying a Github Action and see how it goes.
@sarvaje no strong preference on my part. I think a GitHub Action sounds great if you think that'll work best. I'd also be happy with an Azure Pipeline since we're using those for a number of other things. Take your pick 😉