Skip to content

Commit ade36c4

Browse files
authored
Fix the repository URL in pubspec.yaml (#140)
* Fix the repository URL in `pubspec.yaml` The branch name `main` must be preceded by `tree`. * Bump the version to 2.6.1-wip to add a changelog entry
1 parent 5876246 commit ade36c4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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-wip
2+
3+
* Fix the reporitory URL in `pubspec.yaml`.
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-wip
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

0 commit comments

Comments
 (0)