Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fixes an issue with ext:update where local extension is incorrectly inferred as published (#3499)
- Fixes `firebase init hosting:github` (#3498)
5 changes: 5 additions & 0 deletions src/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ const choices = [
"Hosting: Configure files for Firebase Hosting and (optionally) set up GitHub Action deploys",
checked: false,
},
{
value: "hosting:github",
name: "Hosting: Set up GitHub Action deploys",
checked: false,
},
{
value: "storage",
name: "Storage: Configure a security rules file for Cloud Storage",
Expand Down