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

ci: trigger job deploy also on releases/ branches #640

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

jpastoor
Copy link
Contributor

If we want to support both 4.x and 5.x releases simultanuously, we need some way to trigger the releases github action on multiple branches.

  • This change proposes to create a branch called releases/v4.x off a49f32f
  • Github action deploy is updated to work for both branches master and releases/**
  • The Github action build step: get-current-version now lists the latest tag that is merged in that branch with --merged. So it won't find the 5.x tag in the 4.x tree.

@jpastoor jpastoor changed the base branch from master to develop June 12, 2023 06:15
@jpastoor jpastoor force-pushed the support_multiple_releases branch from be3c986 to 91d308f Compare June 12, 2023 10:08
@jpastoor jpastoor merged commit 42c874b into mendix:develop Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants