Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Implement beta handling #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

razzeee
Copy link
Member

@razzeee razzeee commented Nov 30, 2021

No description provided.

@razzeee razzeee force-pushed the add-beta-handling branch 6 times, most recently from ef4a107 to 4518dfa Compare December 4, 2021 09:22
const CmdInstructions = ({ appId }: { appId: string }) => {
const CmdInstructions = ({
appId,
isStable,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't this be an enum with Stable/Beta items, that represents the "Branch"? Who knows maybe at some point there would be a "nightly" thing or whatever

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sure can, but changing that shouldn't be a problem at that point. This only designs for what we need right now, I fear scope creep otherwise.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants