Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
Change-Id: I276418a2ac3d8c8367215db333f3f5b11aaf9f75
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/183310
Pigweed-Auto-Submit: Kayce Basques <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Kayce Basques <[email protected]>
Reviewed-by: Chad Norvell <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Dec 2, 2023
1 parent 606dc2c commit 01ae77c
Show file tree
Hide file tree
Showing 5 changed files with 467 additions and 9 deletions.
13 changes: 8 additions & 5 deletions docs/_static/js/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,15 @@ async function render(commits) {
rest += '* Highlight #2\n';
rest += '* Highlight #3\n\n';
rest += '.. changelog_highlights_end\n\n';
rest += '.. pigweed-live::\n\n';
rest += 'Active SEEDs\n';
rest += '============\n';
rest +=
'Help shape the future of Pigweed! Please leave feedback on the following active RFCs (SEEDs):\n\n';
rest += '* `SEED-???: ??? <???>`_\n\n';
rest += 'Help shape the future of Pigweed! Please visit :ref:`seed-0000`\n';
rest += 'and leave feedback on the RFCs (i.e. SEEDs) marked\n';
rest += '``Open for Comments``.\n\n';
rest += '.. Note: There is space between the following section headings\n';
rest += '.. and commit lists to remind you to write a summary for each\n';
rest += '.. section. If a summary is not needed, delete the extra\n';
rest += '.. space.\n\n';
const categories = [
'Modules',
'Build',
Expand All @@ -245,7 +248,7 @@ async function render(commits) {
const change = commit.change.replaceAll('`', '`');
// The double underscores are signficant:
// https://github.com/sphinx-doc/sphinx/issues/3921
rest += `* \`${commit.title} <${change}>\`__\n`;
rest += `* \`${commit.title}\n <${change}>\`__\n`;
if (commit.issue)
rest += ` (issue \`#${commit.issue.id} <${commit.issue.url}>\`__)\n`;
});
Expand Down
Loading

0 comments on commit 01ae77c

Please sign in to comment.