summaryrefslogtreecommitdiff
blob: 939e07c70ded508e537195b242458eb28323bf5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Your draft is now approved.

Approval overview
-----------------
<% @glsa.approvals.each do |approval| -%>
<%= approval.created_at.rfc2822 %> by <%= approval.user.to_s %>
<% end -%>

<% if @glsa.rejections.count > 0 -%>
Rejection overview
------------------
<% @glsa.rejections.each do |rejection| -%>
<%= rejection.created_at.rfc2822 %> by <%= rejection.user.to_s %>
<% end -%>
<% end -%>

You should check whether all bugs linked in the draft are in a bug ready state.
Then, you can release the advisory at <%= prepare_release_glsa_url(@glsa) %>

Thanks for your work!

--
This email notification is brought to you by GLSAMaker 2.