Skip to content

Commit

Permalink
add config files missed;
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Feb 26, 2024
1 parent d29d9f0 commit 67a0a66
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.0.1"
}
10 changes: 10 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
8 changes: 8 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"packages": {
".": {
"release-type": "dart"
}
},
"include-component-in-tag": false
}

0 comments on commit 67a0a66

Please sign in to comment.