Skip to content
New issue

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

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

Already on GitHub? # to your account

Support Trunk branching strategy #725

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

Conversation

nid90
Copy link
Member

@nid90 nid90 commented Jan 22, 2025

Closes #548

Updated version of #675

Missing from current implementation:

  • A user can apply HEAD, HEAD~1, HEAD~n off the list of the commits that have landed on the working branch since the last tag cut. Or they can apply all the commits in the change queue.
  • When the user applies a commit from the change queue, tag the applied commit with a patch version change on the release. So if the current version is 1.2.0, the last commit applied will make it 1.2.1.

@nid90 nid90 mentioned this pull request Jan 22, 2025
2 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support proper trunk flow
2 participants