Introducing Releases: Ship CAD Designs Like Software Releases
If you ship software, you are used to a workflow: you cut a release, tag the repo, and everyone knows exactly which bits went out the door. You can point teammates and users at a single page with a version number, notes, and downloadable artifacts.
Hardware usually does not feel that way. Product development cycles are long, and the design phase alone can stretch for months. Even when additive manufacturing makes it fast to turn a digital design into a physical part, the process around handing off a design (what changed, which files to use, what to send to a manufacturer) often still looks like scattered exports and filenames you have to decode by hand.
When we built MakerRepo, we kept asking the same question: what can we borrow from how software teams work? We already treat CAD as code, run CI on every push, and host artifacts in the browser. The next step was obvious: shouldn’t cutting a product design release be as straightforward as creating a Git tag and pushing it?
Today we’re excited to announce Releases: tag your repository, publish a release on MakerRepo, and the platform packages the artifacts from that revision into a single, shareable snapshot, just like a software release.
Here’s a quick walkthrough: