Skip to content

Commit

Permalink
Remove yml tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Sep 4, 2024
1 parent ba90b8d commit 4879946
Show file tree
Hide file tree
Showing 15 changed files with 127 additions and 150 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
data:
html_text: |
<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>.
<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>.


πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
data:
html_text: |
<body>
πŸ› Debug symbols archive for ${TAG} build is uploaded to <code>${DSYM_S3_PATH}</code>.
<body>
πŸ› Debug symbols archive for ${TAG} build is uploaded to <code>${DSYM_S3_PATH}</code>.


πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
data:
html_text: |
<body>
πŸ“₯ DMG for ${TAG} is available from <a href='${DMG_URL}'>${DMG_URL}</a>.
<body>
πŸ“₯ DMG for ${TAG} is available from <a href='${DMG_URL}'>${DMG_URL}</a>.


πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
data:
# yq -o=j | sed -E 's/\\n( *)([^\\n])/\2/g'
html_text: |
<body>
<h2>Hotfix branch ${BRANCH} ready βš™οΈ</h2>
<ul>
<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>
<body>
<h2>Hotfix branch ${BRANCH} ready βš™οΈ</h2>
<ul>
<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>
</ul>

πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
data:
html_text: |
<body>
Build ${TAG} is now available for internal testing through Sparkle and TestFlight.
<body>
Build ${TAG} is now available for internal testing through Sparkle and TestFlight.


Added in this release:
${TASKS_SINCE_LAST_INTERNAL_RELEASE}
Added in this release:
${TASKS_SINCE_LAST_INTERNAL_RELEASE}


<a href='${DMG_URL}'>πŸ“₯ DMG download link</a>
</body>
<a href='${DMG_URL}'>πŸ“₯ DMG download link</a>
</body>
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
data:
html_text: |
<body>
Build ${TAG} is now available for internal testing through Sparkle and TestFlight.
<body>
Build ${TAG} is now available for internal testing through Sparkle and TestFlight.


<a href='${DMG_URL}'>πŸ“₯ DMG download link</a>
</body>
<a href='${DMG_URL}'>πŸ“₯ DMG download link</a>
</body>
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
data:
# yq -o=j | sed -E 's/\\n( *)([^\\n])/\2/g'
html_text: |
<body>
<h2>[ACTION NEEDED] Internal release build ${TAG} ready</h2>
<body>
<h2>[ACTION NEEDED] Internal release build ${TAG} ready</h2>
<ul>
<li>πŸ“₯ DMG is available from <a href='${DMG_URL}'>${DMG_URL}</a>.</li>
<li>🏷️ Repository is tagged with <code>${TAG}</code> tag.</li>
<li>🚒 GitHub <a href='${RELEASE_URL}'>${TAG} pre-release</a> is created.</li>
<li><b>❗️ Merging <code>${BRANCH}</code> to <code>${BASE_BRANCH}</code> failed.</b>
<ul>
<li>πŸ“₯ DMG is available from <a href='${DMG_URL}'>${DMG_URL}</a>.</li>
<li>🏷️ Repository is tagged with <code>${TAG}</code> tag.</li>
<li>🚒 GitHub <a href='${RELEASE_URL}'>${TAG} pre-release</a> is created.</li>
<li><b>❗️ Merging <code>${BRANCH}</code> to <code>${BASE_BRANCH}</code> failed.</b>
<ul>
<li><a data-asana-gid='${ASSIGNEE_ID}'/>, please proceed with manual merging <a data-asana-gid='${TASK_ID}' data-asana-dynamic='false'>according to instructions</a>.</li>
</ul></li>
<li><a data-asana-gid='${ASSIGNEE_ID}' />, please proceed with manual merging <a data-asana-gid='${TASK_ID}'
data-asana-dynamic='false'>according to instructions</a>.</li>
</ul>
</li>
</ul>

πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
data:
html_text: |
<body>
<h2>[ACTION NEEDED] Internal release build ${TAG} ready</h2>
<ul>
<li>πŸ“₯ DMG is available from <a href='${DMG_URL}'>${DMG_URL}</a>.</li>
<li><b>❗️ Tagging repository failed.</b></li>
<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>
<body>
<h2>[ACTION NEEDED] Internal release build ${TAG} ready</h2>
<ul>
<li>πŸ“₯ DMG is available from <a href='${DMG_URL}'>${DMG_URL}</a>.</li>
<li><b>❗️ Tagging repository failed.</b></li>
<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>.
<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>.


πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
data:
# yq -o=j | sed -E 's/\\n( *)([^\\n])/\2/g'
html_text: |
<body>
<h2>Internal release build ${TAG} ready βœ…</h2>
<body>
<h2>Internal release build ${TAG} ready βœ…</h2>
<ul>
<li>πŸ“₯ DMG is available from <a href='${DMG_URL}'>${DMG_URL}</a>.
<ul>
<li>πŸ“₯ DMG is available from <a href='${DMG_URL}'>${DMG_URL}</a>.
<ul>
<li>If this is a subsequent internal release (started by calling <em>Bump Internal Release</em> workflow), the DMG will be automatically published to Sparkle in a few minutes. Sit tight.</li>
</ul></li>
<li>🏷️ Repository is tagged with <code>${TAG}</code> tag.</li>
<li>🚒 GitHub <a href='${RELEASE_URL}'>${TAG} pre-release</a> is created.</li>
<li>πŸ”± <code>${BRANCH}</code> branch has been successfully merged to <code>${BASE_BRANCH}</code>.</li>
<li>If this is a subsequent internal release (started by calling <em>Bump Internal Release</em> workflow), the
DMG will be automatically published to Sparkle in a few minutes. Sit tight.</li>
</ul>
</li>
<li>🏷️ Repository is tagged with <code>${TAG}</code> tag.</li>
<li>🚒 GitHub <a href='${RELEASE_URL}'>${TAG} pre-release</a> is created.</li>
<li>πŸ”± <code>${BRANCH}</code> branch has been successfully merged to <code>${BASE_BRANCH}</code>.</li>
</ul>

πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
data:
html_text: |
<body>
Build ${TAG} is now available publicly through Sparkle and TestFlight.
<body>
Build ${TAG} is now available publicly through Sparkle and TestFlight.


<a href='${DMG_URL}'>πŸ“₯ DMG download link</a>
</body>
<a href='${DMG_URL}'>πŸ“₯ DMG download link</a>
</body>
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
data:
html_text: |
<body>
<h2>[ACTION NEEDED] Failed to publish ${TAG} release – tagging failed</h2>
<ul>
<li><b>❗️ Tagging repository with ${TAG} tag failed.</b></li>
<li><b>⚠️ GitHub release creation was skipped.</b></li>
<li><b>⚠️ Deleting <code>${BRANCH}</code> was skipped.</b></li>
</ul>
<body>
<h2>[ACTION NEEDED] Failed to publish ${TAG} release – tagging failed</h2>
<ul>
<li><b>❗️ Tagging repository with ${TAG} tag failed.</b></li>
<li><b>⚠️ GitHub release creation was skipped.</b></li>
<li><b>⚠️ Deleting <code>${BRANCH}</code> was skipped.</b></li>
</ul>

<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>.
<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>.


πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
data:
# yq -o=j | sed -E 's/\\n( *)([^\\n])/\2/g'
html_text: |
<body>
<h2>[ACTION NEEDED] Public release ${TAG} tagged</h2>
<body>
<h2>[ACTION NEEDED] Public release ${TAG} tagged</h2>
<ul>
<li>🏷️ Repository is tagged with <code>${TAG}</code> tag.</li>
<li>🚒 GitHub <a href='${RELEASE_URL}'>${TAG} release</a> is created.</li>
<li><b>❗️ Deleting <code>${BRANCH}</code> failed.</b>
<ul>
<li>🏷️ Repository is tagged with <code>${TAG}</code> tag.</li>
<li>🚒 GitHub <a href='${RELEASE_URL}'>${TAG} release</a> is created.</li>
<li><b>❗️ Deleting <code>${BRANCH}</code> failed.</b>
<ul>
<li><a data-asana-gid='${ASSIGNEE_ID}'/>, please proceed with deleting the branch manually <a data-asana-gid='${TASK_ID}' data-asana-dynamic='false'>according to instructions</a>.</li>
</ul></li>
<li><a data-asana-gid='${ASSIGNEE_ID}' />, please proceed with deleting the branch manually <a
data-asana-gid='${TASK_ID}' data-asana-dynamic='false'>according to instructions</a>.</li>
</ul>
</li>
</ul>

πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
data:
# yq -o=j | sed -E 's/\\n( *)([^\\n])/\2/g'
html_text: |
<body>
<h2>Public release ${TAG} has been tagged βœ…</h2>
<ul>
<li>πŸ“₯ DMG is available from <a href='${DMG_URL}'>${DMG_URL}</a>.</li>
<li>🏷️ Repository is tagged with <code>${TAG}</code> tag.</li>
<li>🚒 GitHub <a href='${RELEASE_URL}'>${TAG} release</a> is created.</li>
<li>πŸ”± <code>${BRANCH}</code> branch has been deleted.</li>
<li>πŸš€ The relase will be published to Sparkle in a few minutes (you'll get notified).</li>
</ul>
<body>
<h2>Public release ${TAG} has been tagged βœ…</h2>
<ul>
<li>πŸ“₯ DMG is available from <a href='${DMG_URL}'>${DMG_URL}</a>.</li>
<li>🏷️ Repository is tagged with <code>${TAG}</code> tag.</li>
<li>🚒 GitHub <a href='${RELEASE_URL}'>${TAG} release</a> is created.</li>
<li>πŸ”± <code>${BRANCH}</code> branch has been deleted.</li>
<li>πŸš€ The relase will be published to Sparkle in a few minutes (you'll get notified).</li>
</ul>

πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
data:
html_text: |
<body>
<h2>Build ${TAG} is available for internal testing through Sparkle πŸš€</h2>
<ul>
<li>🌟 New appcast file has been generated and uploaded to S3, together with binary delta files.</li>
<li>πŸ‘€ <a data-asana-gid='${ASSIGNEE_ID}'/>, please proceed by following instructions in <a data-asana-gid='${TASK_ID}'/> which concludes the internal release process.</li>
</ul>
<body>
<h2>Build ${TAG} is available for internal testing through Sparkle πŸš€</h2>
<ul>
<li>🌟 New appcast file has been generated and uploaded to S3, together with binary delta files.</li>
<li>πŸ‘€ <a data-asana-gid='${ASSIGNEE_ID}' />, please proceed by following instructions in <a
data-asana-gid='${TASK_ID}' /> which concludes the internal release process.</li>
</ul>

πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
data:
html_text: |
<body>
<h2>Build ${TAG} is available publicly through Sparkle πŸš€</h2>
<ul>
<li>🌟 New appcast file has been generated and uploaded to S3, together with binary delta files.</li>
<li>πŸ‘€ <a data-asana-gid='${ASSIGNEE_ID}'/>, please proceed by following instructions in <a data-asana-gid='${TASK_ID}'/> and <a data-asana-gid='${ANNOUNCEMENT_TASK_ID}'/> which concludes the release process.</li>
</ul>
<body>
<h2>Build ${TAG} is available publicly through Sparkle πŸš€</h2>
<ul>
<li>🌟 New appcast file has been generated and uploaded to S3, together with binary delta files.</li>
<li>πŸ‘€ <a data-asana-gid='${ASSIGNEE_ID}' />, please proceed by following instructions in <a
data-asana-gid='${TASK_ID}' /> and <a data-asana-gid='${ANNOUNCEMENT_TASK_ID}' /> which concludes the release
process.</li>
</ul>

πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
</body>

0 comments on commit 4879946

Please sign in to comment.