Update release script to use trunk instead of master
[MAILPOET-3466]
This commit is contained in:
committed by
Rodrigo Primo
parent
df62347116
commit
e56e2db9ef
@@ -44,7 +44,7 @@ class GitHubController {
|
||||
'json' => [
|
||||
'title' => 'Release ' . $version,
|
||||
'head' => self::RELEASE_SOURCE_BRANCH,
|
||||
'base' => 'master',
|
||||
'base' => 'trunk',
|
||||
],
|
||||
]);
|
||||
$response = json_decode($response->getBody()->getContents(), true);
|
||||
@@ -69,7 +69,7 @@ class GitHubController {
|
||||
'query' => [
|
||||
'state' => 'all',
|
||||
'head' => self::RELEASE_SOURCE_BRANCH,
|
||||
'base' => 'master',
|
||||
'base' => 'trunk',
|
||||
'direction' => 'desc',
|
||||
],
|
||||
]);
|
||||
|
Reference in New Issue
Block a user