Skip to content

Commit 19e7336

Browse files
jonasfjjakemac53
andauthored
Add topics (#449)
Also preps the 6.5.5 release. --------- Co-authored-by: Jake Macdonald <[email protected]>
1 parent c77a60c commit 19e7336

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/workflows/dart.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mono_repo/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.5.5
2+
3+
- Add the pub package topics `tool` and `repository-management`.
4+
15
## 6.5.4
26

37
- Updated `actions/checkout` to the latest version.

mono_repo/lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mono_repo/pubspec.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: mono_repo
22
description: >-
33
CLI tools to make it easier to manage a single source repository containing
44
multiple Dart packages.
5-
version: 6.5.4
5+
version: 6.5.5
66
repository: https://github.com/google/mono_repo.dart
7+
topics:
8+
- tool
9+
- repository-management
710

811
environment:
912
sdk: '>=2.18.0 <3.0.0'

tool/ci.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)