Skip to content

Commit

Permalink
fix: Fix template generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterbotello committed Aug 19, 2024
1 parent c2fef81 commit 445c5d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ coverage/
# Generated Dart files.
*.g.dart

# Exclusion for the version file generated by the build_version package,
# otherwise CLI template generation will fail.
!src/cli/lib/src/version.g.dart

# Mockito generated files.
*.mocks.dart
3 changes: 3 additions & 0 deletions src/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

Prefix your items with `(Template)` if the change is about the template and not the resulting application.

## 0.20.2
- (Template) Fixes an issue with the CLI in which the build fails during template generation because of a missing required file.

## 0.20.1
- Fix CI/CD artifact name for Android.
- Fix CI/CD to install gcloud CLI Tool.
Expand Down

0 comments on commit 445c5d1

Please sign in to comment.