Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the release entry and release notes for SSSD version 2.13.0. However, the newly created release notes file contains m4 macro definitions instead of the expected reStructuredText content, which will prevent it from rendering correctly on the documentation site.
| # Primary version number | ||
| m4_define([VERSION_NUMBER], [2.13.0]) | ||
|
|
||
| # If the PRERELEASE_VERSION_NUMBER is set, we'll append | ||
| # it to the release tag when creating an RPM or SRPM | ||
| # This is intended for build systems to create snapshot | ||
| # RPMs. The format should be something like: | ||
| # .20090915gitf1bcde7 | ||
| # and would result in an SRPM looking like: | ||
| # sssd-0.5.0-0.20090915gitf1bcde7.fc11.src.rpm | ||
| m4_define([PRERELEASE_VERSION_NUMBER], []) |
There was a problem hiding this comment.
The content of this file appears to be an m4 macro file (likely version.m4 from the SSSD source repository) rather than reStructuredText release notes. This will not render correctly as a documentation page on the website. Please replace this content with the actual release notes for version 2.13.0 in RST format, including a title and a summary of changes.
|
This was for testing purpose only. |
These are automatically generated release notes for sssd-2.13.0.
Please review and edit the notes before merging.
You can push changes to this pull request