Generally speaking, these topics will not be very helpful to you unless you are a maintainer for this project. If you're simply curious about the process or even want to help improve this aspect of the project, all suggestions will be appreciated!
The stylesheets bundled with this base theme (formerly known as "overrides") have moved to a separate and dedicated project. Please file issues there:
https://github.com/unicorn-fail/drupal-bootstrap-styles
This project attempts to provide more structured release notes. This allows the project to communicate more effectively to the users what exactly has changed and where to go for additional information. This documentation is intended for the project maintainers to help provide consistent results between releases.
The following is just a template to show a typical structured format used as release notes for this project:
<h3 id="change-records">Change Records</h3>
<!-- Change records table HTML -->
Optionally, you can insert any additional verbiage here.
However, if it is long, it should really be a change record.
<p> </p>
<h3 id="notes">Notes</h3>
<p> </p>
<p>Changes since <!-- previous release --> (<!-- commit count -->):</p>
<h3 id="security">Security Announcements</h3>
<ul>
<li><!-- Issue/Commit Message --></li>
</ul>
<h3 id="features">New Features</h3>
<ul>
<li><!-- Issue/Commit Message --></li>
</ul>
<h3 id="bugs">Bug Fixes</h3>
<ul>
<li><!-- Issue/Commit Message --></li>
</ul>
{.alert.alert-info} NOTE: This project currently relies on the Drush Git Release Notes tool to automatically generate the the bulk of the release notes. This does, however, requires maintainers to do the following extra steps. This entire process will eventually be converted into a fully automated grunt task. Until then, please download and install this tool and follow the remaining steps.
drush release-notes <old> <new> --commit-count
(e.g. drush release-notes 7.x-3.0 7.x-3.1 --commit-count
)
If this is a follow-up "alpha/beta/RC" release, always use the last "alpha/beta/RC" release version instead. This will allow for a quicker parsing of the list to merge into the previously copied release notes:
drush release-notes <old> <new> --commit-count
(e.g. drush release-notes 7.x-3.1-beta2 7.x-3.1-beta3 --commit-count
)
<li>
) that contains an issue link, ignoring duplicates
and standalone verbiage (direct commits). Move (cut and paste) these items
into the appropriate "New Features" or "Bug Fixes" sections.<ul></ul>
), remove
it.