Skip to content

Commit

Permalink
Update announcement task
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 28, 2024
1 parent d6c6da2 commit 186e0bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_dmg_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,9 @@ jobs:
html-notes: ${{ steps.update-asana.outputs.announcement-task-contents }}
with:
access-token: ${{ secrets.ASANA_ACCESS_TOKEN }}
release-task-url: ${{ github.event.inputs.asana-task-url }}
html-notes: ${{ env.html-notes }}
release-task-url: ${{ github.event.inputs.asana-task-url }}
task-name: Announce the release to the company

- name: Upload patch to the Asana task
id: upload-patch
Expand Down
4 changes: 3 additions & 1 deletion scripts/update_asana_for_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,16 @@ construct_release_task_description() {
}

construct_release_announcement_task_description() {
printf '%s' "<body>As the last step of the process, post a message to <a href='https://app.asana.com/0/11984721910118/1204991209236659'>REVIEW / RELEASE</a> Asana project:"
printf '%s' "<body>As the last step of the process, post a message to <a href='https://app.asana.com/0/0/1206719823825868'>REVIEW / RELEASE</a> Asana project:"
printf '%s' '<ul>'
printf '%s' "<li>Set title to <strong>macOS App Release ${marketing_version}</strong></li>"
printf '%s' '<li>Copy the content below (between separators) and paste as the message body.</li>'
printf '%s' '</ul>\n\n<hr>'

construct_release_notes
printf '%s' '\n'
construct_this_release_includes
printf '%s' '\n'

printf '%s' '<strong>Rollout</strong>\n'
printf '%s' 'This is now rolling out to users. New users will receive this release immediately, '
Expand Down

0 comments on commit 186e0bd

Please sign in to comment.