Skip to content

Commit

Permalink
Reformat br tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Sep 5, 2024
1 parent 7395ae3 commit 7f8db72
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<body>
<h2>[ACTION NEEDED] Publishing ${TAG} hotfix release to Sparkle failed</h2>
<a data-asana-gid='${ASSIGNEE_ID}' />, please proceed with generating appcast2.xml and uploading files to S3 from your
local machine, <a data-asana-gid='${TASK_ID}' data-asana-dynamic='false'>according to instructions</a>.
<br><br>
local machine, <a data-asana-gid='${TASK_ID}' data-asana-dynamic='false'>according to instructions</a>.<br>
<br>
🔗 Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<body>
<h2>[ACTION NEEDED] Publishing ${TAG} internal release to Sparkle failed</h2>
<a data-asana-gid='${ASSIGNEE_ID}' />, please proceed with generating appcast2.xml and uploading files to S3 from your
local machine, <a data-asana-gid='${TASK_ID}' data-asana-dynamic='false'>according to instructions</a>.
<br><br>
local machine, <a data-asana-gid='${TASK_ID}' data-asana-dynamic='false'>according to instructions</a>.<br>
<br>
🔗 Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<body>
<h2>[ACTION NEEDED] Publishing ${TAG} release to Sparkle failed</h2>
<a data-asana-gid='${ASSIGNEE_ID}' />, please proceed with generating appcast2.xml and uploading files to S3 from your
local machine, <a data-asana-gid='${TASK_ID}' data-asana-dynamic='false'>according to instructions</a>.
<br><br>
local machine, <a data-asana-gid='${TASK_ID}' data-asana-dynamic='false'>according to instructions</a>.<br>
<br>
🔗 Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<body>
🐛 Debug symbols archive for ${TAG} build is uploaded to <code>${DSYM_S3_PATH}</code>.
<br><br>
🐛 Debug symbols archive for ${TAG} build is uploaded to <code>${DSYM_S3_PATH}</code>.<br>
<br>
🔗 Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<body>
📥 DMG for ${TAG} is available from <a href='${DMG_URL}'>${DMG_URL}</a>.
<br><br>
📥 DMG for ${TAG} is available from <a href='${DMG_URL}'>${DMG_URL}</a>.<br>
<br>
🔗 Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ <h2>Hotfix branch ${BRANCH} ready ⚙️</h2>
<li>🔱 <code>${BRANCH}</code> branch has been created off <code>${RELEASE_TAG}</code> tag.</li>
<li>Point any pull requests with changes required for the hotfix release to that branch.</li>
</ul>
<br><br>
<br>
🔗 Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<body>
Build ${TAG} is now available for internal testing through Sparkle and TestFlight.
<br><br>
Build ${TAG} is now available for internal testing through Sparkle and TestFlight.<br>
<br>
Added in this release:
${TASKS_SINCE_LAST_INTERNAL_RELEASE}
<br><br>
${TASKS_SINCE_LAST_INTERNAL_RELEASE}<br>
<br>
<a href='${DMG_URL}'>📥 DMG download link</a>
</body>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<body>
Build ${TAG} is now available for internal testing through Sparkle and TestFlight.
<br><br>
Build ${TAG} is now available for internal testing through Sparkle and TestFlight.<br>
<br>
<a href='${DMG_URL}'>📥 DMG download link</a>
</body>
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ <h2>[ACTION NEEDED] Internal release build ${TAG} ready</h2>
<li><b>⚠️ GitHub release creation was skipped.</b></li>
<li><b>⚠️ Merging <code>${BRANCH}</code> to <code>${BASE_BRANCH}</code> was skipped.</b></li>
</ul>

<a data-asana-gid='${ASSIGNEE_ID}' />, please proceed with manual tagging and merging <a data-asana-gid='${TASK_ID}'
data-asana-dynamic='false'>according to instructions</a>.

<br><br>
data-asana-dynamic='false'>according to instructions</a>.<br>
<br>
🔗 Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<body>
Build ${TAG} is now available publicly through Sparkle and TestFlight.
<br><br>
Build ${TAG} is now available publicly through Sparkle and TestFlight.<br>
<br>
<a href='${DMG_URL}'>📥 DMG download link</a>
</body>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2>[ACTION NEEDED] Failed to publish ${TAG} release – tagging failed</h2>
</ul>
<br>
<a data-asana-gid='${ASSIGNEE_ID}' />, please proceed with the release <a data-asana-gid='${TASK_ID}'
data-asana-dynamic='false'>according to instructions</a>.
<br><br>
data-asana-dynamic='false'>according to instructions</a>.<br>
<br>
🔗 Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>

0 comments on commit 7f8db72

Please sign in to comment.