Skip to content

Commit 8d18ff1

Browse files
authored
Merge pull request #4653 from dlabrecq/descripton
Update release script MR description
2 parents e6fe776 + ecd811a commit 8d18ff1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/release-app-interface.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,27 +126,27 @@ createDeploymentUpdates()
126126
createMergeRequestDesc()
127127
{
128128
cat <<- EEOOFF > $DESC_FILE
129-
#### What:
129+
<b>What:</b>
130130
Update Cost Management UI deployments to latest commit
131131
132132
Updated deployments:
133133
$DEPLOYMENTS
134134
135-
#### Why:
135+
<b>Why:</b>
136136
To promote new features, latest bug fixes, and dependency updates
137137
138-
#### Tickets:
138+
<b>Tickets:</b>
139139
N/A
140140
141-
#### Validation:
141+
<b>Validation:</b>
142142
QE has verified all queued issues
143143
EEOOFF
144144
}
145145

146146
# Use gh in a non-interactive way -- see https://github.com/cli/cli/issues/1718
147147
mergeRequest()
148148
{
149-
DESC=`sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/<br>/g' $DESC_FILE`
149+
DESC=`sed -e ':a' -e 'N' -e '$!ba' -e 's|\n|<br/>|g' $DESC_FILE`
150150

151151
echo "\n*** Pushing $SOURCE_BRANCH..."
152152

@@ -305,9 +305,9 @@ updateDeploySHA()
305305
fi
306306

307307
echo "\n*** Releasing $APP_INTERFACE with SHA updates for...\n"
308-
309308
createDeploymentUpdates
310309
cat $DEPLOYMENTS_FILE
310+
echo
311311

312312
cloneAppInterface
313313
cloneKokuUI

0 commit comments

Comments
 (0)