tramlinehq/tramline

Backmerge commits onto upcoming release

Open

#648 opened on Sep 18, 2024

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Ruby (32 forks)github user discovery
help wanted

Repository metrics

Stars
 (399 stars)
PR merge metrics
 (PR metrics pending)

Description

We currently have a missing link in Almost Trunk, where we should from merge commits when they land on the ongoing release onto an upcoming release as well, if there is one running. This is because the merges happen on the working branch only and not on the next release branch. We'd want the new release branch to be updated as well with new fixes.

Contributor guide