Skip to content

Commit

Permalink
Moving fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 11, 2024
1 parent f3cddde commit 9a4c94d
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 88 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@
'package:unified_analytics':
- changed-files:
- any-glob-to-any-file: 'pkgs/unified_analytics/**'

'package:yaml_edit':
- changed-files:
- any-glob-to-any-file: 'pkgs/yaml_edit/**'
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
name: Dart CI
name: package:yaml_edit

on:
# Run on PRs and pushes to the default branch.
push:
branches: [ main ]
paths:
- '.github/workflows/yaml_edit.yaml'
- 'pkgs/yaml_edit/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/yaml_edit.yaml'
- 'pkgs/yaml_edit/**'
schedule:
- cron: "0 0 * * 0"

env:
PUB_ENVIRONMENT: bot.github


defaults:
run:
working-directory: pkgs/yaml_edit/

jobs:
# Check code formatting and static analysis on a single OS (linux)
# against Dart dev.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ don't naturally belong to other topic monorepos (like
| [source_span](pkgs/source_span/) | Provides a standard representation for source code locations and spans. | [![package issues](https://img.shields.io/badge/package:source_span-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Asource_span) | [![pub package](https://img.shields.io/pub/v/source_span.svg)](https://pub.dev/packages/source_span) |
| [sse](pkgs/sse/) | Provides client and server functionality for setting up bi-directional communication through Server Sent Events (SSE) and corresponding POST requests. | [![package issues](https://img.shields.io/badge/package:sse-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Asse) | [![pub package](https://img.shields.io/pub/v/sse.svg)](https://pub.dev/packages/sse) |
| [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [![package issues](https://img.shields.io/badge/package:unified_analytics-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aunified_analytics) | [![pub package](https://img.shields.io/pub/v/unified_analytics.svg)](https://pub.dev/packages/unified_analytics) |
| [yaml_edit](pkgs/yaml_edit/) | A library for YAML manipulation with comment and whitespace preservation. | [![package issues](https://img.shields.io/badge/package:yaml_edit-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ayaml_edit) | [![pub package](https://img.shields.io/pub/v/yaml_edit.svg)](https://pub.dev/packages/yaml_edit) |

## Publishing automation

Expand Down
15 changes: 0 additions & 15 deletions pkgs/yaml_edit/.github/dependabot.yml

This file was deleted.

37 changes: 0 additions & 37 deletions pkgs/yaml_edit/.github/workflows/no-response.yml

This file was deleted.

17 changes: 0 additions & 17 deletions pkgs/yaml_edit/.github/workflows/post_summaries.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions pkgs/yaml_edit/.github/workflows/publish.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion pkgs/yaml_edit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.2.2-wip
## 2.2.2

- Suppress warnings previously printed to `stdout` when parsing YAML internally.
- Fix error thrown when inserting duplicate keys to different maps in the same
Expand All @@ -14,6 +14,8 @@

- Require Dart 3.1

- Move to `dart-lang/tools` monorepo.

## 2.2.1

- Require Dart 3.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/yaml_edit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yaml_edit
version: 2.2.2-wip
version: 2.2.2
description: >-
A library for YAML manipulation with comment and whitespace preservation.
repository: https://github.com/dart-lang/tools/tree/main/pkgs/yaml_edit
Expand Down

0 comments on commit 9a4c94d

Please sign in to comment.