Skip to content

Commit 8b73e68

Browse files
authored
add issue_tracker links to pubspec files (#1975)
1 parent 92114ab commit 8b73e68

File tree

21 files changed

+38
-20
lines changed

21 files changed

+38
-20
lines changed

pkgs/benchmark_harness/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/tools/tree/main/pkgs/benchmark_harness
55
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Abenchmark_harness
66

77
topics:
8-
- benchmarking
8+
- benchmarking
99

1010
environment:
1111
sdk: ^3.2.0

pkgs/io/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: io
2+
version: 1.1.0-wip
23
description: >-
34
Utilities for the Dart VM Runtime including support for ANSI colors, file
45
copying, and standard exit code values.
5-
version: 1.1.0-wip
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/io
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Aio
78

89
environment:
910
sdk: ^3.4.0

pkgs/markdown/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ version: 7.3.1-wip
33
description: >-
44
A portable Markdown library written in Dart that can parse Markdown into HTML.
55
repository: https://github.com/dart-lang/tools/tree/main/pkgs/markdown
6+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Amarkdown
67

78
topics:
8-
- markdown
9+
- markdown
910

1011
executables:
1112
markdown:

pkgs/mime/pubspec.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ description: >-
55
a file extension and file contents.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/mime
77
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Amime
8+
89
topics:
9-
- magic-numbers
10-
- mime
11-
- mimetype
12-
- multipart-form
10+
- magic-numbers
11+
- mime
12+
- mimetype
13+
- multipart-form
1314

1415
environment:
1516
sdk: ^3.2.0

pkgs/package_config/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: package_config
22
version: 2.1.1
33
description: Support for reading and writing Dart Package Configuration files.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/package_config
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Apackage_config
56

67
environment:
78
sdk: ^3.4.0

pkgs/pool/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: pool
22
version: 1.5.2-wip
33
description: >-
4-
Manage a finite pool of resources.
5-
Useful for controlling concurrent file system or network requests.
4+
Manage a finite pool of resources. Useful for controlling concurrent file
5+
system or network requests.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/pool
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Apool
78

89
environment:
910
sdk: ^3.4.0

pkgs/pub_semver/pubspec.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: pub_semver
22
version: 2.1.5
33
description: >-
4-
Versions and version constraints implementing pub's versioning policy. This
5-
is very similar to vanilla semver, with a few corner cases.
4+
Versions and version constraints implementing pub's versioning policy. This
5+
is very similar to vanilla semver, with a few corner cases.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/pub_semver
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Apub_semver
8+
79
topics:
8-
- dart-pub
9-
- semver
10+
- dart-pub
11+
- semver
1012

1113
environment:
1214
sdk: ^3.4.0

pkgs/pubspec_parse/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ description: >-
44
Simple package for parsing pubspec.yaml files with a type-safe API and rich
55
error reporting.
66
repository: https://github.com/dart-lang/tools/tree/main/pkgs/pubspec_parse
7+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Apubspec_parse
78

89
topics:
9-
- dart-pub
10+
- dart-pub
1011

1112
environment:
1213
sdk: ^3.6.0

pkgs/source_maps/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: source_maps
22
version: 0.10.14-wip
33
description: A library to programmatically manipulate source map files.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/source_maps
5+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Asource_maps
56

67
environment:
78
sdk: ^3.3.0

pkgs/source_span/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1.10.1
33
description: >-
44
Provides a standard representation for source code locations and spans.
55
repository: https://github.com/dart-lang/tools/tree/main/pkgs/source_span
6+
issue_tracker: https://github.com/dart-lang/tools/labels/package%3Asource_span
67

78
environment:
89
sdk: ^3.1.0

0 commit comments

Comments
 (0)