Skip to content
Discussion options

You must be logged in to vote

Hi @wusixuan0, we have updated our branching docs recently to clarify the best practices for development and promoting to production. Typically we would recommend

  • A single production project with branching enabled.
  • Each pull request creates a development branch.
  • Add all database migrations through PRs.
  • When you merge a PR, branching will automatically apply changes from your migration files to your production project.

Feel free to reach out if you have other questions.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@sweatybridge
Comment options

Answer selected by sweatybridge
@code-leen
Comment options

@sweatybridge
Comment options

@code-leen
Comment options

@sweatybridge
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants