Skip to content

Commit

Permalink
docs: Add link to the Melos GitHub action (#771)
Browse files Browse the repository at this point in the history
<!--
  Thanks for contributing!

Provide a description of your changes below and a general summary in the
title

Please look at the following checklist to ensure that your PR can be
accepted quickly:
-->

## Description

This just adds a link to the Melos GitHub action, so that more people
can find it.

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [ ] ✨ `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
  • Loading branch information
spydon authored Oct 7, 2024
1 parent 7d48a15 commit 76f2264
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/melos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76f2264

Please sign in to comment.