-
Notifications
You must be signed in to change notification settings - Fork 2
Branch strategy
g0xu edited this page Oct 2, 2024
·
2 revisions
When developing a new feature, create a new branch from the develop branch.
Once development is complete, submit a pull request to the develop branch.
After your pull request is merged, increment the version of alert-meta and merge the changes into the main branch.
This keeps the contents of the release and the main branch in the same state.