Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(shorebird_cli): adjust shorebird.yaml flavors format #440

Merged
merged 1 commit into from
May 5, 2023

Conversation

felangel
Copy link
Contributor

@felangel felangel commented May 5, 2023

Description

Without Flavors

# This file is used to configure the Shorebird updater used by your application.
# Learn more at https://shorebird.dev
# This file should be checked into version control.

# This is the unique identifier assigned to your app.
# It is used by your app to request the correct patches from Shorebird servers.
app_id: 4baf7a49-0819-4116-bcbb-6d1ed33c154d

With Flavors

# This file is used to configure the Shorebird updater used by your application.
# Learn more at https://shorebird.dev
# This file should be checked into version control.

# This is the unique identifier assigned to your app.
# It is used by your app to request the correct patches from Shorebird servers.
app_id: 4baf7a49-0819-4116-bcbb-6d1ed33c154d
flavors:
  development: 4baf7a49-0819-4116-bcbb-6d1ed33c154d
  production: 872ff0f7-fac5-40da-bd3a-9e46a7d026ab
  staging: 5f5e46b1-d2cb-4a8a-ac1b-97c36a2521e7

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel self-assigned this May 5, 2023
@felangel felangel changed the title refactor(shorebird_cli): adjust shorebird.yaml flavors format refactor(shorebird_cli): adjust shorebird.yaml flavors format May 5, 2023
@felangel felangel merged commit 8d52d86 into main May 5, 2023
@felangel felangel deleted the refactor/shorebird-cli-shorebird-yaml-flavor-format branch May 5, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants