From 8e6690d4c72a2f45473f2af42fd3beb41343e7ae Mon Sep 17 00:00:00 2001 From: Robbie Cargill Date: Tue, 23 Sep 2025 18:15:46 -0400 Subject: [PATCH] Add Buildstasth to Artifact Management Tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 691d36c..e7f69f8 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ Artifact management tools store and version code/binary that has to be deployed * **[Nexus](https://www.sonatype.com/nexus/repository-oss)** (Free & Enterprise): A repository manager that allows you to proxy, collect, and manage your dependencies. * **[Jfrog Artifactory](https://jfrog.com/artifactory/)** (Enterprise): An enterprise-grade universal binary repository manager solution that could handle end-to-end artifact management. +* **[Buildstash](https://buildstash.com/)** (Paid): Software binaries and release management platform, with artifact management, CI/CD integrations, integrated beta distribution, and deployment. * **[npm](https://www.npmjs.com/)** (Free): A package manager for JavaScript, used to install, share, and distribute code. * **[Nuget](https://www.nuget.org/)** (.Net) (Free): A free and open-source package manager for the Microsoft development platform.