Skip to content

Commit

Permalink
Correct number of weeks added to promotion date
Browse files Browse the repository at this point in the history
It would be 36 added to the release date, but only 30 from promotion date
  • Loading branch information
kategengler authored Feb 12, 2024
1 parent 84f799a commit d08b226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/releases/lts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<tr>
<td>{{release.version}}</td>
<td>{{format-date-time release.promotionDate "MMMM D, YYYY"}}</td>
<td>{{format-date-time (add-weeks release.promotionDate 36) "MMMM D, YYYY"}}</td>
<td>{{format-date-time (add-weeks release.promotionDate 30) "MMMM D, YYYY"}}</td>
<td>{{format-date-time (add-weeks release.promotionDate 54) "MMMM D, YYYY"}}</td>
</tr>
{{/each}}
Expand Down

0 comments on commit d08b226

Please sign in to comment.