mike douges @douges.dev · Dec 30

95. Let’s talk continuous delivery. I use changesets to version. When one or more changesets exist a release PR is automatically raised. When the PR is merged npm pkgs are published, the Electron build is notorized and a draft release pushed to GitHub, and the VS Code extension is published.

0 likes 1 replies

?

Replies

mike douges · Dec 30

96. Early on I did Electron notorizing manually since macOS runners are expensive. An issue came up where it didn’t work well anymore so I automated it in CI! Wish I did it sooner. If you haven’t automated your releases get on that ASAP, the less you have to think about it the better!