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:characters | 1.3.1 | ready to publish | characters-v1.3.1 |
package:args | 2.6.1-wip | WIP (no publish necessary) | |
package:async | 2.12.0 | 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 |
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.
Allow merge commits
admin setting)git tag --list 'characters*' | xargs git push origin
Closing as the [dart-lang/characters](https://github.com/dart-lang/characters) 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/characters --target-repo dart-lang/core --add-label package-characters --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.