Skip to content

Commit

Permalink
chore(very_good_dart_cli): v0.9.0 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Dec 18, 2024
1 parent 06d28e5 commit 24a6420
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion very_good_dart_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 0.8.0
# 0.9.0

- chore: update to Flutter 3.27 and Dart 3.6 ([#223](https://github.com/VeryGoodOpenSource/very_good_templates/pull/223))
- feat: update pull request templates to add `test` type option ([#214](https://github.com/VeryGoodOpenSource/very_good_templates/pull/214))
- chore: tighten template dependencies ([#194](https://github.com/VeryGoodOpenSource/very_good_templates/pull/194), [#198](https://github.com/VeryGoodOpenSource/very_good_templates/pull/198), [#203](https://github.com/VeryGoodOpenSource/very_good_templates/pull/203), [#211](https://github.com/VeryGoodOpenSource/very_good_templates/pull/211), [#220](https://github.com/VeryGoodOpenSource/very_good_templates/pull/220), [#221](https://github.com/VeryGoodOpenSource/very_good_templates/pull/221))

# 0.8.0

- feat: update to Flutter 3.24 and Dart 3.5 ([#177](https://github.com/VeryGoodOpenSource/very_good_templates/pull/177))
- chore: tighten template dependencies ([#173](https://github.com/VeryGoodOpenSource/very_good_templates/pull/173), [#178](https://github.com/VeryGoodOpenSource/very_good_templates/pull/178))
Expand Down
2 changes: 1 addition & 1 deletion very_good_dart_cli/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_dart_cli
description: A Very Good Dart CLI created by Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_dart_cli
version: 0.8.0
version: 0.9.0

environment:
mason: ^0.1.0
Expand Down
2 changes: 1 addition & 1 deletion very_good_dart_cli/tool/release_ready.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi
echo "# ${new_version} \n\n${commits}\n\n$(cat CHANGELOG.md)" > CHANGELOG.md
echo "CHANGELOG generated, validate entries here: $(pwd)/CHANGELOG.md"

echo "Creating git branch for ver_good_cli@$new_version"
echo "Creating git branch for very_good_dart_cli@$new_version"
git checkout -b "chore/very_good_dart_cli-v$new_version" > /dev/null

git add brick.yaml CHANGELOG.md
Expand Down

0 comments on commit 24a6420

Please sign in to comment.