diff --git a/.github/workflows/validate_pr.yaml b/.github/workflows/validate_pr.yaml index fdbcac4..c1d1915 100644 --- a/.github/workflows/validate_pr.yaml +++ b/.github/workflows/validate_pr.yaml @@ -1,12 +1,6 @@ name: "Validate PR" -on: - pull_request_target: - types: - - opened - - reopened - - edited - - synchronize +on: pull_request jobs: valdiate_pr_title: @@ -31,9 +25,11 @@ jobs: name: Validate Changelog Description runs-on: ubuntu-latest steps: + - name: Checkout Repo + uses: actions/checkout@v4 - name: "Check for TODO statement" run: | - [ $(grep "TODO: Someone should write a nice description for this CHANGELOG" **/*.md | wc -l) = 0 ] + if [ $(grep "TODO: Someone should write a nice description for this CHANGELOG" **/*.md | wc -l) != 0 ]; then exit 1; fi validate_spelling: name: Validate Spelling runs-on: ubuntu-latest diff --git a/.vscode/cspell.json b/.vscode/cspell.json index d4a96d7..f46980e 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -15,6 +15,7 @@ "cgutierr", "chanan", "codeowner", + "davidmartos", "depandabot", "devserver", "dezsocsete", @@ -27,6 +28,7 @@ "Fluttercon", "formz", "gabrielrozendo", + "gonzalogauto", "gradlew", "Hadley", "Henrique", @@ -53,6 +55,7 @@ "mocktail", "mtwichel", "Muhammed-Ayad", + "mxknt", "ndelanou", "pablojimpas", "pana", diff --git a/2023/06-11-23.md b/2023/06-11-23.md new file mode 100644 index 0000000..37ab3f2 --- /dev/null +++ b/2023/06-11-23.md @@ -0,0 +1,47 @@ +# Very Good Changelog (11-06-2023) + +Release Very Good CLI 0.17.1 and some minor fixes across the packages. + +## dart_frog + +- feat(dart_frog_cli): add host option to `dev` ([@renancaraujo](https://github.com/renancaraujo)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1114 +- feat: Support reuse of nested router ([@davidmartos96](https://github.com/davidmartos96)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/393 + +## very_good_infinite_list + +- docs: update readme option docs ([@renancaraujo](https://github.com/renancaraujo)) + - https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/59 + +## very_good_cli + +- chore: v0.17.1 ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/872 + +## very_good_core + +- test: tested pre_gen hook ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/very_good_core/pull/305 +- ci: update generation workflow reviewers ([@renancaraujo](https://github.com/renancaraujo)) + - https://github.com/VeryGoodOpenSource/very_good_core/pull/303 + +## very_good_coverage + +- fix: min_coverage parsing with default to 100 ([@kelvinwieth](https://github.com/kelvinwieth)) + - https://github.com/VeryGoodOpenSource/very_good_coverage/pull/290 + +## very_good_workflows + +- feat: allow run skipped tests ([@kelvinwieth](https://github.com/kelvinwieth)) + - https://github.com/VeryGoodOpenSource/very_good_workflows/pull/152 + +## very_good_flame_game + +- feat: add macOS platform support ([@mxknt](https://github.com/mxknt)) + - https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/125 + +## cli_completion + +- chore: fix issue tracker on pubspec ([@renancaraujo](https://github.com/renancaraujo)) + - https://github.com/VeryGoodOpenSource/cli_completion/pull/82 diff --git a/2023/30-10-23.md b/2023/30-10-23.md index 2a557b4..8ff07f0 100644 --- a/2023/30-10-23.md +++ b/2023/30-10-23.md @@ -11,9 +11,7 @@ Some CLI fixes and updates - fix: ignore empty allowed or forbidden ([@alestiago](https://github.com/alestiago)) - https://github.com/VeryGoodOpenSource/very_good_cli/pull/868 - ## very_good_core - fix(Android): change launchMode on Android to singleTask ([@gonzalogauto](https://github.com/gonzalogauto)) - https://github.com/VeryGoodOpenSource/very_good_core/pull/297 -