From 8ee1af692c15dd4fd04edcae8d86b739b229bebf Mon Sep 17 00:00:00 2001 From: Erick Date: Thu, 14 Sep 2023 09:33:53 -0300 Subject: [PATCH 1/2] chore: request codeowner to erickzanardo (#779) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 145cc2d7..d0d61354 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # Every request must be reviewed and accepted by: -* @felangel @wolfenrain @renancaraujo \ No newline at end of file +* @felangel @wolfenrain @renancaraujo @erickzanardo From 07a11ce3b9239d36c654e7f5771fc775c6c3b43a Mon Sep 17 00:00:00 2001 From: Renan <6718144+renancaraujo@users.noreply.github.com> Date: Thu, 14 Sep 2023 13:39:16 +0100 Subject: [PATCH 2/2] Update pubspec.yaml (#778) --- pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 3d8d0d50..57b904da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,11 @@ name: very_good_cli description: A Very Good Command-Line Interface for Dart created by Very Good Ventures. version: 0.15.0 +homepage: https://cli.vgv.dev/ repository: https://github.com/VeryGoodOpenSource/very_good_cli +issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues +documentation: https://cli.vgv.dev/docs/overview +topics: [cli, codegen, test, template, boilerplate] environment: sdk: ">=3.0.0 <4.0.0"