Skip to content

Commit

Permalink
Update pkgs/trebuchet/bin/trebuchet.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Devon Carew <[email protected]>
  • Loading branch information
mosuem and devoncarew authored Dec 13, 2024
1 parent 5e8e393 commit ac9004d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/trebuchet/bin/trebuchet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Add a line to the changelog:
'''
Add the package to the top-level readme of the monorepo:
```
| [$input]($prefix/$input/) | ${pubspec?.description ?? ''} | [![package issues](https://img.shields.io/badge/package:$input-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3A$input) | [![pub package](https://img.shields.io/pub/v/$input.svg)](https://pub.dev/packages/$input) |
| [$input]($prefix/$input/) | ${pubspec?.description ?? ''} | [![package issues](https://img.shields.io/badge/issues-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3A$input) | [![pub package](https://img.shields.io/pub/v/$input.svg)](https://pub.dev/packages/$input) |
```
''',
"**Important!** Merge the PR with 'Create a merge commit' (enabling then disabling the `Allow merge commits` admin setting)",
Expand Down

0 comments on commit ac9004d

Please sign in to comment.