From 76f2264a7c8728c923484baea6352b32024e90c1 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Mon, 7 Oct 2024 22:31:42 +0200 Subject: [PATCH] docs: Add link to the Melos GitHub action (#771) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description This just adds a link to the Melos GitHub action, so that more people can find it. ## Type of Change - [ ] โœจ `feat` -- New feature (non-breaking change which adds functionality) - [ ] ๐Ÿ› ๏ธ `fix` -- Bug fix (non-breaking change which fixes an issue) - [ ] โŒ `!` -- Breaking change (fix or feature that would cause existing functionality to change) - [ ] ๐Ÿงน `refactor` -- Code refactor - [ ] โœ… `ci` -- Build configuration change - [x] ๐Ÿ“ `docs` -- Documentation - [ ] ๐Ÿ—‘๏ธ `chore` -- Chore --- packages/melos/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/melos/README.md b/packages/melos/README.md index 7a57e8d5..7b96f8a3 100644 --- a/packages/melos/README.md +++ b/packages/melos/README.md @@ -34,6 +34,13 @@ bases into multi-package repositories (sometimes called **Melos is a tool that optimizes the workflow around managing multi-package repositories with git and Pub.** +## Github Action + +If you're planning on using Melos in your GitHub Actions workflows, you can use +the [Melos Action](https://github.com/flame-engine/flame/tree/main/examples/assets/svgs) +to run Melos commands, this action also supports automatic versioning and +publishing directly from your workflows. + ## What does a Melos workspace look like? A default file structure looks something like this: