Skip to content

Commit

Permalink
chore: Remove accidental publish_to: none (#819)
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

Removes accidentally added `publish_to: none`

## Type of Change

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

- [ ] ✨ `feat` -- New feature (non-breaking change which adds
functionality)
- [x] 🛠️ `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
- [ ] 📝 `docs` -- Documentation
- [ ] 🗑️ `chore` -- Chore
  • Loading branch information
spydon authored Jan 7, 2025
1 parent abb1e53 commit 85cffb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ command:
prompts: ^2.0.0
pub_semver: ^2.1.5
pub_updater: ^0.5.0
pubspec_parse:
git:
url: https://github.com/dart-lang/tools.git
path: pkgs/pubspec_parse
pubspec_parse: ^1.5.0
string_scanner: ^1.3.0
yaml: ^3.1.3
yaml_edit: ^2.2.2
Expand Down
6 changes: 1 addition & 5 deletions packages/melos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: melos
publish_to: none
description:
A tool for managing Dart & Flutter repositories with multiple packages
(monorepo). Supports automated versioning via Conventional Commits. Inspired
Expand Down Expand Up @@ -44,10 +43,7 @@ dependencies:
prompts: ^2.0.0
pub_semver: ^2.1.5
pub_updater: ^0.5.0
pubspec_parse:
git:
url: https://github.com/dart-lang/tools.git
path: pkgs/pubspec_parse
pubspec_parse: ^1.5.0
string_scanner: ^1.3.0
yaml: ^3.1.3
yaml_edit: ^2.2.2
Expand Down

0 comments on commit 85cffb2

Please sign in to comment.