File tree Expand file tree Collapse file tree 7 files changed +10
-21
lines changed Expand file tree Collapse file tree 7 files changed +10
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration for .github/workflows/pull_request_label.yaml.
2
2
3
- " package- args " :
3
+ " package: args " :
4
4
- changed-files :
5
5
- any-glob-to-any-file : ' pkgs/args/**'
6
6
7
- " package- fixnum " :
7
+ " package: fixnum " :
8
8
- changed-files :
9
9
- any-glob-to-any-file : ' pkgs/fixnum/**'
Original file line number Diff line number Diff line change 1
- name : Dart CI
1
+ name : package:fixnum
2
2
3
3
on :
4
4
# Run CI on pushes to the main branch, and on PRs against main.
Original file line number Diff line number Diff line change
1
+ ## 2.6.1
2
+
3
+ * Fix pubspec ` repository ` value.
4
+
1
5
## 2.6.0
2
6
3
7
* Added source argument when throwing a ` ArgParserException ` .
Original file line number Diff line number Diff line change 1
1
name : args
2
- version : 2.6.0
2
+ version : 2.6.1
3
3
description : >-
4
4
Library for defining parsers for parsing raw command-line arguments into a set
5
5
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
7
7
8
8
topics :
9
9
- cli
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,8 +7,3 @@ A fixed-width 32- and 64- bit integer library for Dart.
7
7
Provides data types for signed 32- and 64-bit integers.
8
8
The integer implementations in this library are designed to work identically
9
9
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 .
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 1.1.1
3
3
description : >-
4
4
Library for 32- and 64-bit signed fixed-width integers with consistent
5
5
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
7
7
8
8
environment :
9
9
sdk : ^3.1.0
You can’t perform that action at this time.
0 commit comments