Published On: January 18th, 2023Categories: AI News

I have big plans in the works to overhaul a few projects and, to prep for that, I’ve been doing a lot of reading up on different approaches to publishing JavaScript packages. These are a few resources I’ve found particularly useful and informative.

  • How to Publish an Updated Version of an npm Package – Cloud Four – I’ve used different tools to automate releases in the past but had no idea what they were doing under the hood. This article walks through creating a release and publishing to npm and Git with detailed explanations at every step. It’s a great starting point since understanding the manual process makes evaluating different automated strategies a lot easier.
  • Automate npm publishing with GitHub Actions, proper changelog, and release notes – I’m looking for a solution that includes independently versioned monorepos so this guide isn’t a perfect fit. However, using GitHub Actions to manually trigger a release and enter the correct version bump…

Source link

[gs-fb-comments]