Closed mosuem closed 1 month ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Package | Version | Status | Publish tag (post-merge) |
---|---|---|---|
package:typed_data | 1.4.0 | ready to publish | typed_data-v1.4.0 |
package:args | 2.6.1-wip | WIP (no publish necessary) | |
package:async | 2.12.0 | already published at pub.dev | |
package:characters | 1.3.1 | already published at pub.dev | |
package:convert | 3.1.2 | already published at pub.dev | |
package:crypto | 3.0.6 | already published at pub.dev | |
package:fixnum | 1.1.1 | already published at pub.dev | |
package:logging | 1.3.0 | already published at pub.dev | |
package:os_detect | 2.0.2 | already published at pub.dev | |
package:path | 1.9.1 | already published at pub.dev | |
package:platform | 3.1.6 | already published at pub.dev |
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.
[x] Move and fix workflow files and badges in the README.md
[x] Rev the version of the package, so that pub.dev points to the correct site
[x] Add a line to the changelog:
Move to
dart-lang/core
monorepo.[x] Add the package to the top-level readme of the monorepo:
[x] Important! Merge the PR with 'Create a merge commit' (enabling then disabling the
Allow merge commits
admin setting)[x] Update the auto-publishing settings on https://pub.dev/packages/typed_data/admin
[x] Add the following text to https://github.com/dart-lang/typed_data/:'
git tag --list 'typed_data*' | xargs git push origin
Closing as the [dart-lang/typed_data](https://github.com/dart-lang/typed_data) repository is merged into the [dart-lang/core](https://github.com/dart-lang/core) monorepo. Please re-open this PR there!
dart run pkgs/repo_manage/bin/report.dart transfer-issues --source-repo dart-lang/typed_data --target-repo dart-lang/core --add-label package:typed_data --apply-changes
Contribution guidelines:
- See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Most changes should add an entry to the changelog and may need to [rev the pubspec package version](https://github.com/dart-lang/sdk/blob/main/docs/External-Package-Maintenance.md#making-a-change). - Changes to packages require [corresponding tests](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md#Testing). Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.