Skip to content

Commit 80b3466

Browse files
committed
Changes as per review
1 parent 61de93e commit 80b3466

File tree

7 files changed

+10
-21
lines changed

7 files changed

+10
-21
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Configuration for .github/workflows/pull_request_label.yaml.
22

3-
"package-args":
3+
"package:args":
44
- changed-files:
55
- any-glob-to-any-file: 'pkgs/args/**'
66

7-
"package-fixnum":
7+
"package:fixnum":
88
- changed-files:
99
- any-glob-to-any-file: 'pkgs/fixnum/**'

.github/workflows/fixnum.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Dart CI
1+
name: package:fixnum
22

33
on:
44
# Run CI on pushes to the main branch, and on PRs against main.

pkgs/args/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.1
2+
3+
* Fix pubspec `repository` value.
4+
15
## 2.6.0
26

37
* Added source argument when throwing a `ArgParserException`.

pkgs/args/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: args
2-
version: 2.6.0
2+
version: 2.6.1
33
description: >-
44
Library for defining parsers for parsing raw command-line arguments into a set
55
of options and values using GNU and POSIX style options.
6-
repository: https://github.com/dart-lang/core/main/pkgs/args
6+
repository: https://github.com/dart-lang/core/tree/main/pkgs/args
77

88
topics:
99
- cli

pkgs/fixnum/CONTRIBUTING.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

pkgs/fixnum/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,3 @@ A fixed-width 32- and 64- bit integer library for Dart.
77
Provides data types for signed 32- and 64-bit integers.
88
The integer implementations in this library are designed to work identically
99
whether executed on the Dart VM or compiled to JavaScript.
10-
11-
## Publishing automation
12-
13-
For information about our publishing automation and release process, see
14-
https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

pkgs/fixnum/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 1.1.1
33
description: >-
44
Library for 32- and 64-bit signed fixed-width integers with consistent
55
behavior between native and JS runtimes.
6-
repository: https://github.com/dart-lang/core/main/pkgs/fixnum
6+
repository: https://github.com/dart-lang/core/tree/main/pkgs/fixnum
77

88
environment:
99
sdk: ^3.1.0

0 commit comments

Comments
 (0)