Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: CHANGELOG for Nov 06, 2023 #55

Merged
merged 6 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .github/workflows/validate_pr.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: "Validate PR"

on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
on: pull_request

jobs:
valdiate_pr_title:
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"cgutierr",
"chanan",
"codeowner",
"davidmartos",
"depandabot",
"devserver",
"dezsocsete",
Expand All @@ -27,6 +28,7 @@
"Fluttercon",
"formz",
"gabrielrozendo",
"gonzalogauto",
"gradlew",
"Hadley",
"Henrique",
Expand All @@ -53,6 +55,7 @@
"mocktail",
"mtwichel",
"Muhammed-Ayad",
"mxknt",
"ndelanou",
"pablojimpas",
"pana",
Expand Down
47 changes: 47 additions & 0 deletions 2023/06-11-23.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions 2023/30-10-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
- 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

Check warning on line 17 in 2023/30-10-23.md

View workflow job for this annotation

GitHub Actions / Validate Spelling

Unknown word (gonzalogauto)

Loading