mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
SKA: Relocate script v5.1 (#204563)
## Summary Replace references in `.xml` and `.snap` files too (thanks @kapral18)
This commit is contained in:
parent
591d640b1f
commit
99a78366b0
2 changed files with 5 additions and 1 deletions
|
@ -46,8 +46,10 @@ export const EXTENSIONS = [
|
|||
'mdz',
|
||||
'asciidoc',
|
||||
'sh',
|
||||
'snap',
|
||||
'ts',
|
||||
'jsonc',
|
||||
'xml',
|
||||
'yaml',
|
||||
'yml',
|
||||
];
|
||||
|
|
|
@ -255,6 +255,8 @@ export const findAndRelocateModules = async (params: RelocateModulesParams, log:
|
|||
log.info(`Access the PR at: https://github.com/elastic/kibana/pull/${prNumber}`);
|
||||
} else {
|
||||
log.info('TIP: Run the following command to quickly create a PR:');
|
||||
log.info(`$ gh pr create -d -t "<title>" -F ${DESCRIPTION} -R elastic/kibana`);
|
||||
log.info(
|
||||
`$ gh pr create -d -B "${baseBranch}" -t "<title>" -F ${DESCRIPTION} -R elastic/kibana`
|
||||
);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue