Skip to content

Commit

Permalink
chore(very_good_wear_app): v0.8.0 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Dec 18, 2024
1 parent a7db0dc commit 5054be0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions very_good_wear_app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.8.0

- 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.7.0

- fix: update android build versions ([#205](https://github.com/VeryGoodOpenSource/very_good_templates/pull/205))
Expand Down
2 changes: 1 addition & 1 deletion very_good_wear_app/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_wear_app
description: A Very Good WearOS Flutter app created by Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_wear_app
version: 0.7.0
version: 0.8.0

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

git add brick.yaml CHANGELOG.md
Expand Down

0 comments on commit 5054be0

Please sign in to comment.