Skip to content

Commit

Permalink
chore(very_good_flame_game): v0.10.0 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Dec 18, 2024
1 parent c7ffad5 commit 0004c6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion very_good_flame_game/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# 0.10.0

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

# 0.9.0

- fix: set current year copyright ([#192](https://github.com/VeryGoodOpenSource/very_good_templates/pull/192))
- chore: tighten template dependencies ([#204](https://github.com/VeryGoodOpenSource/very_good_templates/pull/204))
- fix: update android build versions ([#205](https://github.com/VeryGoodOpenSource/very_good_templates/pull/205))

# 0.8.1
# 0.8.1

- chore: tighten template dependencies ([#190](https://github.com/VeryGoodOpenSource/very_good_templates/pull/190))
- fix: add closing } in build.gradle ([#189](https://github.com/VeryGoodOpenSource/very_good_templates/pull/189))
Expand Down
2 changes: 1 addition & 1 deletion very_good_flame_game/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_flame_game
description: A Very Good Flame Game created by Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flame_game
version: 0.9.0
version: 0.10.0

environment:
mason: ^0.1.0
Expand Down
2 changes: 1 addition & 1 deletion very_good_flame_game/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_flame_game@$new_version"
git checkout -b "chore/very_good_flame_game-v$new_version" > /dev/null

git add brick.yaml CHANGELOG.md
Expand Down

0 comments on commit 0004c6b

Please sign in to comment.