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 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/**'
Original file line number Diff line number Diff line change 1- name : Dart CI
1+ name : package:fixnum
22
33on :
44 # 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+
15## 2.6.0
26
37* Added source argument when throwing a ` ArgParserException ` .
Original file line number Diff line number Diff line change 11name : args
2- version : 2.6.0
2+ version : 2.6.1
33description : >-
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
88topics :
99 - 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.
77Provides data types for signed 32- and 64-bit integers.
88The integer implementations in this library are designed to work identically
99whether 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
33description : >-
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
88environment :
99 sdk : ^3.1.0
You can’t perform that action at this time.
0 commit comments