mirror of
https://github.com/docker/compose.git
synced 2025-07-13 16:54:25 +02:00
Default base is master
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
e7086091be
commit
8511570764
@ -36,7 +36,7 @@ class Repository(object):
|
||||
if base is not None:
|
||||
base = self.git_repo.tag('refs/tags/{}'.format(base))
|
||||
else:
|
||||
base = 'refs/remotes/{}/automated-releases'.format(remote.name)
|
||||
base = 'refs/remotes/{}/master'.format(remote.name)
|
||||
release_branch = self.git_repo.create_head(branch_name(version), commit=base)
|
||||
release_branch.checkout()
|
||||
self.git_repo.git.merge('--strategy=ours', '--no-edit', '{}/release'.format(remote.name))
|
||||
|
Loading…
x
Reference in New Issue
Block a user