Skip to content

Commit e6fe776

Browse files
authored
Merge pull request #4651 from dlabrecq/next
Update release script usage messages
2 parents 8a922a8 + 7fa4be9 commit e6fe776

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

scripts/release-all.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ function defaults() {
99
}
1010

1111
function usage() {
12-
console.log(`To release the koku-ui, use this script to first update koku-ui stage/prod branches.`);
13-
console.log(`This script will then fetch the latest SHA refs from those branches and update app-interface.`);
14-
console.log(`Branch PRs are created in the koku-ui repo and MRs will be created in your app-interface fork.\n`);
12+
console.log(
13+
[
14+
'To release the koku-ui, use this script to first update koku-ui stage/prod branches.',
15+
'This script will then fetch the latest SHA refs from those branches and update app-interface.',
16+
'Branch PRs are created in the koku-ui repo and MRs will be created in your app-interface fork.\n',
17+
].join('\n')
18+
);
1519
}
1620

1721
async function setAppInterfaceConfig() {

scripts/release-app-interface.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ createDeploymentUpdates()
126126
createMergeRequestDesc()
127127
{
128128
cat <<- EEOOFF > $DESC_FILE
129-
Update Cost Management UI deployments
130-
131129
#### What:
132130
Update Cost Management UI deployments to latest commit
133131

0 commit comments

Comments
 (0)