Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed May 24, 2024
1 parent 92bdaca commit c8257fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions very_good_dart_cli/tool/release_ready.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ echo "Creating git branch for ver_good_cli@$new_version"
git checkout -b "chore/very_good_dart_cli-v$new_version" > /dev/null

git add brick.yaml CHANGELOG.md
if [ -f lib/src/version.dart ]; then
git add lib/src/version.dart
fi

echo ""
echo "Run the following command if you wish to commit the changes:"
Expand Down

0 comments on commit c8257fa

Please sign in to comment.