Skip to content

Commit

Permalink
Fix outmoded#631: Mention modules releases information in updates page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Nov 22, 2018
1 parent 9fcd042 commit 94ddc1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/updates.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ block content
- var commitString = commits.length === 1 ? 'commit' : 'commits';
p During the last week we’ve closed <strong>#{issues.length} #{issueString}</strong>, merged <strong>#{pullRequests.length} #{pullRequestString}</strong> and pushed <strong>#{commits.length} #{commitString}</strong> to master branch.

p If you want information about modules releases in the ecosystem other than Hapi, you can look into issues in their respective repositories. They are labelled with <strong>release notes</strong> or <strong>breaking changes</strong> for major releases, otherwise for the minor releases check the issues <strong>milestones</strong>.

.cf
.column.pull-request-list
header.cf
Expand Down

0 comments on commit 94ddc1d

Please sign in to comment.