Skip to content

Commit

Permalink
feat: CHANGELOG for Nov 06, 2023 (#55)
Browse files Browse the repository at this point in the history
* feat: CHANGELOG for Nov 06, 2023

* formatting and attepting to fix pr workflow

* attempt to fix changelog check

* actually checkout the files facepalm

* update description and spelling

---------

Co-authored-by: vgvbot <[email protected]>
Co-authored-by: Tom Arra <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2023
1 parent fe2e0ca commit 6ecc428
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 10 deletions.
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 @@ 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

0 comments on commit 6ecc428

Please sign in to comment.