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

Change branching and release strategy #220

Open
michplunkett opened this issue Nov 22, 2022 · 1 comment
Open

Change branching and release strategy #220

michplunkett opened this issue Nov 22, 2022 · 1 comment
Assignees
Labels
infrastructure Improvements or modifications to the application infrastructure

Comments

@michplunkett
Copy link
Contributor

Description

We are currently maintaining the state of matico on two branches, develop and main. While the strategy has worked up to this point, I believe it will create difficulties as we continue to grow as a team due to branch-purpose ambiguity and merge difficulties between the two branches. After talking with @stuartlynn and @nofurtherinformation, we have decided to move to a single branch and release tag strategy. Below are the steps we'll undertake to update our git strategy.

Steps for for git strategy changes:

  1. Merge develop into main
  2. Figure out which version we are on, using semantic versioning, and build a tag from that
  3. Switch Vercel deployment strategy to latest non-draft tag
  4. Delete develop branch and work only off of main
@michplunkett michplunkett added the infrastructure Improvements or modifications to the application infrastructure label Nov 22, 2022
@michplunkett
Copy link
Contributor Author

@stuartlynn Have we finished all of the things we need to do for this task?

@michplunkett michplunkett removed their assignment Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Improvements or modifications to the application infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants