Skip to content

Commit

Permalink
Fix the repository URL in pubspec.yaml (#140)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sschuberth authored Oct 15, 2024
1 parent 5876246 commit ade36c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/args/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.6.1-wip

* Fix the reporitory URL in `pubspec.yaml`.

## 2.6.0

* Added source argument when throwing a `ArgParserException`.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/args/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: args
version: 2.6.0
version: 2.6.1-wip
description: >-
Library for defining parsers for parsing raw command-line arguments into a set
of options and values using GNU and POSIX style options.
repository: https://github.com/dart-lang/core/main/pkgs/args
repository: https://github.com/dart-lang/core/tree/main/pkgs/args

topics:
- cli
Expand Down

0 comments on commit ade36c4

Please sign in to comment.