Skip to content

Commit

Permalink
docs: remove duplicate publish docs (#764)
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

<!--- Describe your changes in detail -->

<img width="797" alt="image"
src="https://github.com/user-attachments/assets/75f4ec3a-20a8-41f6-8ad0-a25a8177d885">

## 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

Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
  • Loading branch information
LinXunFeng and spydon authored Oct 7, 2024
1 parent ed6243b commit 538fc64
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/commands/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ melos publish --no-dry-run

Use `--no-dry-run` to disable.

Publish any unpublished packages or package versions in your repository to
pub.dev. `dry-run` is enabled by default.

```bash
melos publish
```

## --git-tag-version (-t)

Add any missing git tags for release. Tags are only created if --no-dry-run is
Expand Down

0 comments on commit 538fc64

Please sign in to comment.