-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add update_asana_tasks_for_public_release
- Loading branch information
Showing
6 changed files
with
176 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
...ation/assets/release_task_helper/templates/release_announcement_task_description.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<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: | ||
<ul> | ||
<li>Set the title to <strong>macOS App Release <%= marketing_version %></strong></li> | ||
<li>Copy the content below (between separators) and paste as the message body.</li> | ||
</ul> | ||
<hr> | ||
<h1>Release notes</h1> | ||
<%= release_notes %> | ||
<h2>This release includes:</h2> | ||
<ul> | ||
<% task_ids.each do |task_id| %> | ||
<li><a data-asana-gid="<%= task_id %>"/></li> | ||
<% end %> | ||
</ul> | ||
<strong>Rollout</strong><br> | ||
This is now rolling out to users. New users will receive this release immediately, | ||
existing users will receive this gradually over the next few days. You can force an update now | ||
by going to the DuckDuckGo menu in the menu bar and selecting "Check For Updates". | ||
<hr> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters