Skip to content

Commit

Permalink
Clean up message templates and improve internal-release-ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 4, 2024
1 parent 97b54a1 commit fe93e98
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ data:
<body>
<h2>Internal release build ${TAG} ready ✅</h2>
<ul>
<li>📥 DMG is available from <a href='${DMG_URL}'>${DMG_URL}</a>.</li>
<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>
<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>
Expand Down
3 changes: 2 additions & 1 deletion .github/actions/asana-log-message/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ inputs:
type: string
template-name:
description: |
Name of a template file (without extension) for the comment, relative to 'templates' subdirectory of the action.
Name of a template file (without extension) for the comment, relative to 'templates'
subdirectory of the 'asana-add-comment' action.
The file is processed by envsubst before being sent to Asana.
required: false
type: string
Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions .github/actions/asana-log-message/templates/dmg-uploaded.yml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit fe93e98

Please sign in to comment.